We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97deea commit 98d0e00Copy full SHA for 98d0e00
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install pylint
22
run: sudo pip3 install pylint
23
- name: pylint
24
- run: pylint rootfs.py lib/utils.py lib/generator.py lib/target.py --disable=duplicate-code
+ run: pylint rootfs.py source_manifest.py lib/*.py --disable=duplicate-code
25
26
shellcheck:
27
name: Lint shell files
0 commit comments