Skip to content

Commit

Permalink
adding to ignore glob instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Azfaar Qureshi committed Nov 30, 2020
1 parent 37dadcb commit f13658b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ extension-pkg-whitelist=

# Add list of files or directories to be excluded. They should be base names, not
# paths.
ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt,cortex-config.yml

# ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt,cortex-config.yml
ignore=CVS,gen
# Add files or directories matching the regex patterns to be excluded. The
# regex matches against base names, not paths.
ignore-patterns=
ignore-patterns=*/examples/

# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
Expand Down

0 comments on commit f13658b

Please sign in to comment.