Skip to content

Commit

Permalink
Entirely disable R0801 as it's finding build/cache artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkovarik committed May 4, 2020
1 parent 8321d71 commit a1b0c58
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,4 @@
# can either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).
disable=W0212,C0103,C0114

[SIMILARITIES]

# Minimum lines number of a similarity.
min-similarity-lines=10

# Ignore comments when computing similarities.
ignore-comments=yes

# Ignore docstrings when computing similarities.
ignore-docstrings=yes

# Ignore imports when computing similarities.
ignore-imports=no

ignore-patterns=build/*
disable=W0212,C0103,C0114,R0801

0 comments on commit a1b0c58

Please sign in to comment.