Skip to content

Commit fe2e49e

Browse files
Update pylint.yml
Do not pylint webapp/backend
1 parent 254810e commit fe2e49e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
pip install pylint setuptools PyYAML diagrams
2929
- name: Analysing the code with pylint
3030
run: |
31-
pylint $(git ls-files '*.py') bin/kube-diagrams
31+
pylint bin/kube-diagrams setup.py
32+
# $(git ls-files '*.py') commented to not pylint webapp/backend

0 commit comments

Comments
 (0)