Skip to content

Commit

Permalink
Added pylintrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
matusvalo committed Apr 15, 2022
1 parent aaa998c commit ff87a37
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion doc/messages/messages_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ All messages in the error category:
error/bad-string-format-type.rst
error/bad-super-call.rst
error/bidirectional-unicode.rst
error/broken-collections-callable.rst
error/broken-noreturn.rst
error/catching-non-exception.rst
error/class-variable-slots-conflict.rst
error/continue-in-finally.rst
Expand All @@ -82,6 +84,7 @@ All messages in the error category:
error/invalid-character-sub.rst
error/invalid-character-zero-width-space.rst
error/invalid-class-object.rst
error/invalid-enum-extension.rst
error/invalid-envvar-value.rst
error/invalid-format-returned.rst
error/invalid-getnewargs-ex-returned.rst
Expand Down Expand Up @@ -128,6 +131,7 @@ All messages in the error category:
error/not-context-manager.rst
error/not-in-loop.rst
error/notimplemented-raised.rst
error/potential-index-error.rst
error/raising-bad-type.rst
error/raising-non-exception.rst
error/redundant-keyword-arg.rst
Expand Down Expand Up @@ -202,6 +206,7 @@ All messages in the warning category:
warning/binary-op-exception.rst
warning/boolean-datetime.rst
warning/broad-except.rst
warning/cache-max-size-none.rst
warning/cell-var-from-loop.rst
warning/comparison-with-callable.rst
warning/confusing-with-statement.rst
Expand All @@ -218,6 +223,8 @@ All messages in the warning category:
warning/duplicate-except.rst
warning/duplicate-key.rst
warning/duplicate-string-formatting-argument.rst
warning/duplicate-value.rst
warning/eq-without-hash.rst
warning/eval-used.rst
warning/exec-used.rst
warning/expression-not-assigned.rst
Expand All @@ -242,7 +249,6 @@ All messages in the warning category:
warning/logging-fstring-interpolation.rst
warning/logging-not-lazy.rst
warning/lost-exception.rst
warning/lru-cache-decorating-method.rst
warning/misplaced-future.rst
warning/missing-any-param-doc.rst
warning/missing-format-argument-key.rst
Expand Down Expand Up @@ -324,6 +330,7 @@ All renamed messages in the warning category:
:titlesonly:

warning/implicit-str-concat-in-sequence.rst
warning/lru-cache-decorating-method.rst
warning/old-assignment-from-none.rst
warning/old-empty-docstring.rst
warning/old-missing-param-doc.rst
Expand Down Expand Up @@ -360,6 +367,7 @@ All messages in the convention category:
convention/docstring-first-line-empty.rst
convention/empty-docstring.rst
convention/import-outside-toplevel.rst
convention/import-private-name.rst
convention/invalid-characters-in-docstring.rst
convention/invalid-name.rst
convention/line-too-long.rst
Expand All @@ -379,9 +387,13 @@ All messages in the convention category:
convention/too-many-lines.rst
convention/trailing-newlines.rst
convention/trailing-whitespace.rst
convention/typevar-double-variance.rst
convention/typevar-name-incorrect-variance.rst
convention/typevar-name-mismatch.rst
convention/unexpected-line-ending-format.rst
convention/ungrouped-imports.rst
convention/unidiomatic-typecheck.rst
convention/unnecessary-dunder-call.rst
convention/unneeded-not.rst
convention/use-implicit-booleaness-not-comparison.rst
convention/use-implicit-booleaness-not-len.rst
Expand Down Expand Up @@ -475,6 +487,7 @@ All messages in the refactor category:
refactor/trailing-comma-tuple.rst
refactor/unnecessary-comprehension.rst
refactor/unnecessary-dict-index-lookup.rst
refactor/unnecessary-list-index-lookup.rst
refactor/use-a-generator.rst
refactor/use-dict-literal.rst
refactor/use-list-literal.rst
Expand Down Expand Up @@ -518,3 +531,5 @@ All renamed messages in the information category:
:titlesonly:

information/deprecated-disable-all.rst


0 comments on commit ff87a37

Please sign in to comment.