Skip to content

Commit 46be9e2

Browse files
author
Azfaar Qureshi
committed
reverting back to ignore list
1 parent c21dd66 commit 46be9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pylintrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ extension-pkg-whitelist=
77

88
# Add list of files or directories to be excluded. They should be base names, not
99
# paths.
10-
# ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt,cortex-config.yml
11-
ignore=CVS,gen
10+
ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt,cortex-config.yml
11+
1212
# Add files or directories matching the regex patterns to be excluded. The
1313
# regex matches against base names, not paths.
14-
ignore-patterns=examples/
14+
ignore-patterns=
1515

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

0 commit comments

Comments
 (0)