Skip to content

Commit f2beb40

Browse files
Disable fixme pylint check. (#4)
1 parent a689394 commit f2beb40

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pylintrc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,14 +421,15 @@ confidence=HIGH,
421421
# --enable=similarities". If you want to run only the classes checker, but have
422422
# no Warning level messages displayed, use "--disable=all --enable=classes
423423
# --disable=W".
424-
disable=raw-checker-failed,
425-
bad-inline-option,
426-
locally-disabled,
424+
disable=bad-inline-option,
425+
deprecated-pragma,
427426
file-ignored,
427+
fixme,
428+
locally-disabled,
429+
raw-checker-failed,
428430
suppressed-message,
429-
useless-suppression,
430-
deprecated-pragma,
431431
use-symbolic-message-instead,
432+
useless-suppression,
432433

433434
# Enable the message, report, category or checker with the given id(s). You can
434435
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)