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 | Type | Meaning |
|`--fix`| - | Automatically remove detected unused code expressions from the code base. |
34
+
|`--dry`| - or list | Show changes which would be made in files. Shows changes for provided filenames or shows all changes if no filename is specified. |
34
35
|`--exclude`| list | Filenames (or path expressions), which will be completely skipped without being analysed. |
35
36
|`--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`. |
36
37
|`--ignore-names-in-files`| list | Ignores unused names in files, which filenames match provided path expressions. |
0 commit comments