Skip to content

Commit

Permalink
update oelint call
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrMuellerluedenscheid committed Jan 16, 2022
1 parent 9bd6531 commit 3665ea0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oe-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
run: |
for file in ${{ steps.changed-files.outputs.all_modified_files }}; do
echo "linting $file"
oelint-adv --rulefile=oelint-rulefile.json --quiet $file
oelint-adv --quiet --color --rulefile=oelint-rulefile.json $file
done
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ inherit setuptools3
SRC_URI[md5sum] = "ebf3bbb7716a7b11029e860475b9a122"
SRC_URI[sha256sum] = "3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7"


RDEPENDS:${PN} += "\
${PYTHON_PN}-sqlparse \
"

0 comments on commit 3665ea0

Please sign in to comment.