Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 65cffc6

Browse files
correcao de escopo de lint
1 parent 07962d2 commit 65cffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
pip install pylint
4141
- name: Execute pylint
4242
run: |
43-
pylint ./examples/*/app.py ./examples/*/*
43+
pylint ./examples/*/app.py ./examples/*/lambda_app ./examples/*/tests/unit ./examples/*/tests/integration ./examples/*/tests/component

0 commit comments

Comments
 (0)