Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
Opus
Commits
0c0c484f
Commit
0c0c484f
authored
Jun 15, 2020
by
Marcus Asteborg
Browse files
Add CI to check for trailing whitespaces in merge requests
parent
b69bfb2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0c0c484f
...
...
@@ -4,6 +4,13 @@ default:
# Image from https://hub.docker.com/_/gcc/ based on Debian
image
:
gcc
whitespace
:
stage
:
test
only
:
-
merge_requests
script
:
-
git diff-tree --check origin/master HEAD
autoconf
:
stage
:
build
before_script
:
...
...
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