You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to exclude Poetry dependencies based on group names (#1085)
* Move Poetry test classes to the correct directory
* Option to exclude Poetry dev dependencies
* New property documentation
* More verbose property documentation
* Fix casing in documentation
* Change exluded groups type from list to set for faster lookups
Copy file name to clipboardexpand all lines: detectable/src/main/java/com/synopsys/integration/detectable/detectables/poetry/parser/PoetryLockParser.java
+21-8
Original file line number
Diff line number
Diff line change
@@ -26,25 +26,26 @@ public class PoetryLockParser {
Copy file name to clipboardexpand all lines: detectable/src/main/java/com/synopsys/integration/detectable/detectables/poetry/parser/ToolPoetrySectionParser.java
Copy file name to clipboardexpand all lines: detectable/src/test/java/com/synopsys/integration/detectable/detectables/pip/inspector/unit/PoetryFalsePositiveTest.java
0 commit comments