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: docs/user-guide.rst
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,16 @@ Use ``solium --help`` for more information on usage.
73
73
``-d`` can be used in place of ``--dir`` and ``-f`` in place of ``--file``.
74
74
75
75
76
-
After linting over your code, Solium produces either warnings, errors or both. The app exits with a non-zero code ONLY if 1 or more errors were found.
77
-
So if all you got was warnings, solium exits with code ``0``.
76
+
You can specify rules or plugins to apply as commandline options. If you specify one, it overrides its corresponding configuration in the soliumrc file.
After linting over your code, Solium produces either warnings, errors or both. The tool exits with a non-zero code only if 1 or more errors were found.
85
+
So if all you got was warnings, solium exits with ``0``.
78
86
79
87
Whether an issue should be flagged as an error or warning by its rule is configurable through ``.soliumrc.json``.
0 commit comments