Skip to content

Commit

Permalink
chore(makefile: shellcheck): skip lint_ubuntu_310
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Aug 19, 2024
1 parent c8b8374 commit d468917
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,10 @@ shellcheck_makefile:
# Running shellcheck on Makefile...
( \
cd $(APP_DIR) || exit ; \
$(PYTHON) ./maintenance_scripts/makefile_shellcheck.py --skip lint ; \
$(PYTHON) ./maintenance_scripts/makefile_shellcheck.py \
--skip lint \
--skip lint_ubuntu_310 \
; \
)
# :: shellcheck makefile passed ::

Expand Down

0 comments on commit d468917

Please sign in to comment.