Skip to content

Commit

Permalink
Merge pull request chekoduadarsh#101 from chekoduadarsh/pylint-diasab…
Browse files Browse the repository at this point in the history
…le-lib-folder

Update pylint.yml
  • Loading branch information
chekoduadarsh authored Apr 21, 2022
2 parents b959f30 + a9c2e53 commit 24c47a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(ls *.py)
# not considering lib folder it contains DASH library code, the design does not align with pep8 principle

0 comments on commit 24c47a9

Please sign in to comment.