Skip to content

Commit 502ba2d

Browse files
committed
cardboard config update
1 parent b7b0c58 commit 502ba2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.cardboardlint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
linters:
22
- pylint:
3+
# pylintrc: pylintrc
4+
filefilter: ['- test_*.py', '+ *.py', '- *.npy']
5+
# exclude:

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ disable=missing-docstring,
157157
xreadlines-attribute,
158158
deprecated-sys-function,
159159
exception-escape,
160-
comprehension-escape
160+
comprehension-escape,
161+
duplicate-code
161162

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

0 commit comments

Comments
 (0)