Fix lint
This commit is contained in:
parent
2c329c9eb8
commit
47470e9727
|
|
@ -60,7 +60,7 @@ no-docstring-rgx=(^_|^main$)
|
||||||
|
|
||||||
[FORMAT]
|
[FORMAT]
|
||||||
max-line-length=79
|
max-line-length=79
|
||||||
ignore-long-lines=(<?https?://|^# Copyright 201\d|link:)
|
ignore-long-lines=(<?https?://|file://|^# Copyright 201\d|link:)
|
||||||
expected-line-ending-format=LF
|
expected-line-ending-format=LF
|
||||||
|
|
||||||
[VARIABLES]
|
[VARIABLES]
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ def check_spelling():
|
||||||
"""Check commonly misspelled words."""
|
"""Check commonly misspelled words."""
|
||||||
# Words which I often misspell
|
# Words which I often misspell
|
||||||
words = {'[Bb]ehaviour', '[Qq]uitted', 'Ll]ikelyhood', '[Ss]ucessfully',
|
words = {'[Bb]ehaviour', '[Qq]uitted', 'Ll]ikelyhood', '[Ss]ucessfully',
|
||||||
'[Oo]ccur[^rs .]', '[Ss]eperator', '[Ee]xplicitely',
|
'[Oo]ccur[^rs .!]', '[Ss]eperator', '[Ee]xplicitely',
|
||||||
'[Aa]uxillary', '[Aa]ccidentaly', '[Aa]mbigious', '[Ll]oosly',
|
'[Aa]uxillary', '[Aa]ccidentaly', '[Aa]mbigious', '[Ll]oosly',
|
||||||
'[Ii]nitialis', '[Cc]onvienence', '[Ss]imiliar', '[Uu]ncommited',
|
'[Ii]nitialis', '[Cc]onvienence', '[Ss]imiliar', '[Uu]ncommited',
|
||||||
'[Rr]eproducable', '[Aa]n [Uu]ser', '[Cc]onvienience',
|
'[Rr]eproducable', '[Aa]n [Uu]ser', '[Cc]onvienience',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue