diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-22 14:58:29 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-03-22 15:01:31 -0600 |
commit | edac38c4397342bcee57ccd135b742de877331d4 (patch) | |
tree | 87350cf081d8fdf4f7aed6a1da2b1d5841380ae1 /.gitlab-ci.yml | |
parent | 57dd206f12524807403a6f3146bde0e31ead79a9 (diff) | |
download | gitlab-ce-edac38c4397342bcee57ccd135b742de877331d4.tar.gz |
Fixes last remaining lints and enables scss-lint test for GitLab CI.
With this, builds will now fail if they break the SCSS style guide (at
least, the parts enabled by the linter).
Discussed in #14299.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ad63548d78..53f115c92c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -128,7 +128,6 @@ scss-lint: - bundle exec rake scss_lint tags: - ruby - allow_failure: true brakeman: stage: test |