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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,13 @@ This command will also sort the list and make it unique.
64
64
## List the top violations of a specific type for packs/your_pack.
65
65
`bin/packs list_top_violations type [ packs/your_pack ]`
66
66
67
-
Possible types are: dependency, privacy, architecture.
67
+
Possible types are: dependency, privacy, layer.
68
68
69
69
Want to see who is depending on you? Not sure how your pack's code is being used in an unstated way? You can use this command to list the top dependency violations.
70
70
71
71
Want to create interfaces? Not sure how your pack's code is being used? You can use this command to list the top privacy violations.
72
72
73
-
Want to focus on the big picture first? You can use this command to list the top architecture violations.
73
+
Want to focus on the big picture first? You can use this command to list the top layer violations.
74
74
75
75
If no pack name is passed in, this will list out violations across all packs.
raiseStandardError,"Packs only supports packages in the the following directories: #{allowed_locations}. Please make sure to pass in the name of the pack including the full directory path, e.g. `packs/my_pack`."
0 commit comments