Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
97c2d3eb
Verified
Commit
97c2d3eb
authored
Aug 16, 2020
by
Sven-Hendrik Haase
Browse files
Remove unnecessary Python linting
Python scripts were removed.
parent
77be90ee
Pipeline
#1026
canceled with stages
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
97c2d3eb
...
...
@@ -11,28 +11,14 @@ shellcheck:
before_script
:
-
pacman -Syu --needed --noconfirm shellcheck
script
:
find . -iname "*.sh" -exec shellcheck {} +
-
find . -iname "*.sh" -exec shellcheck {} +
shfmt
:
stage
:
lint
before_script
:
-
pacman -Syu --needed --noconfirm shfmt
script
:
find . -iname "*.sh" -exec shfmt -i 2 -ci -d {} +
yapf
:
stage
:
lint
before_script
:
-
pacman -Syu --needed --noconfirm yapf
script
:
find . -iname "*.py" -exec python3 -m yapf -d {} +
flake8
:
stage
:
lint
before_script
:
-
pacman -Syu --needed --noconfirm flake8
script
:
find . -iname "*.py" -exec python3 -m flake8 {} +
-
find . -iname "*.sh" -exec shfmt -i 2 -ci -d {} +
validate-packer
:
stage
:
lint
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment