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.rst
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -393,6 +393,19 @@ If you want to run Nitpick as a flake8 plugin instead::
393
393
- id: flake8
394
394
additional_dependencies: [nitpick]
395
395
396
+
Run as a MegaLinter plugin
397
+
~~~~~~~~~~~~~~~~~~~~~~~~~~
398
+
399
+
If you use `MegaLinter <https://megalinter.github.io/>`_ you can run Nitpick as a plugin. Add the following two entries to your ``.mega-linter.yml`` configuration file:
Copy file name to clipboardExpand all lines: docs/quickstart.rst
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,18 @@ To start checking all your code against the default rules:
92
92
93
93
pre-commit run --all-files
94
94
95
+
Run as a MegaLinter plugin
96
+
---------------------------
97
+
98
+
If you use `MegaLinter <https://megalinter.github.io/>`_ you can run Nitpick as a plugin. Add the following two entries to your ``.mega-linter.yml`` configuration file:
0 commit comments