Skip to content

Commit d42e896

Browse files
authored
[#0] make check-function-length.yml to work only for function length
1 parent 3b3027c commit d42e896

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-function-length.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
echo "max-locals=10" >> .pylintrc
1919
echo "max-args=5" >> .pylintrc
2020
echo "max-statements=15" >> .pylintrc
21+
echo "[MESSAGES CONTROL]" >> .pylintrc
22+
echo "disable=all" >> .pylintrc
23+
echo "enable=design" >> .pylintrc
2124
2225
- name: Run pylint
2326
run: pylint --rcfile=.pylintrc src/

0 commit comments

Comments
 (0)