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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,26 @@ Words should be separated by a comma.
156
156
defwrod(wrods) # codespell:ignore
157
157
pass
158
158
159
+
Per-file ignores
160
+
----------------
161
+
162
+
To give a finer control, is possible to specified a additional set of words to ignore into a specific file only.
163
+
164
+
1. ``--per-file-ignores``: A pair of arguments into the command line. The first provide a file, or a glob, and the second a comma-separated list of word to ignore for the given file:
0 commit comments