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/nitpick_section.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,16 @@ To enforce that certain files should not exist in the project, you can add them
47
47
Multiple files can be configured as above.
48
48
The message is optional.
49
49
50
+
Files that are unknown
51
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
52
+
53
+
Files that don't have a valid extension nor recognized by ``identity`` lib can end up causing unknown file error in ``nitpick``. In such cases, you can explicitly declare the plugins (tags) to use for such files.
0 commit comments