Skip to content

Commit 85722e6

Browse files
committed
Add subpkg and MyClass to spelling ignore list
1 parent 59a720e commit 85722e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ missing-member-max-choices=1
393393
spelling-dict=
394394

395395
# List of comma separated words that should not be checked.
396-
spelling-ignore-words=
396+
spelling-ignore-words=subpkg,MyClass
397397

398398
# List of comma separated words that should be considered directives if they
399399
# appear and the beginning of a comment and should not be checked.

0 commit comments

Comments
 (0)