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
|`--fix`| - | Automatically remove detected unused code expressions from the code base. |
57
57
|`--dry`| - | Show changes which would be made in files. |
58
-
|`--only`| list | Filenames (or path expressions), that will be reflected in the output and modified. |
58
+
|`--only`| list | Filenames (or path expressions), that will be reflected in the output (and modified if needed). |
59
59
|`--exclude`| list | Filenames (or path expressions), which will be completely skipped without being analysed. |
60
60
|`--ignore-names`| list | Removes provided list of names from the output. Regexp expressions to match multiple names can also be provided, e.g. `*Mixin` will match all classes ending with `Mixin`. |
61
61
|`--ignore-names-in-files`| list | Ignores unused names in files, which filenames match provided path expressions. |
0 commit comments