diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2019-02-14 14:40:42 +0100 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2019-02-14 14:40:50 +0100 |
commit | 0b53566111daa07e56fc5b519acc14c9a02f6209 (patch) | |
tree | f7a2c0f234b64650d5870846cbd67beeb67eecb8 /scripts | |
parent | ed7144ad58c32936c902d93da23eeb2159ee0158 (diff) | |
download | gitlab-ce-0b53566111daa07e56fc5b519acc14c9a02f6209.tar.gz |
Added Stylelint Setup
Added stylelint to static-analysis
Updated yarn dependencies
CSS Fixes and rule adoptions of stylelint
Added stylelint-scss
Deduplicated yarn.lock to clear dependencies
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/static-analysis | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/static-analysis b/scripts/static-analysis index 25ba7ec6c8e..642c50ec0a8 100755 --- a/scripts/static-analysis +++ b/scripts/static-analysis @@ -29,6 +29,7 @@ tasks = [ %w[bin/rake lint:all], %w[bundle exec license_finder], %w[yarn run eslint], + %w[yarn run stylelint], %w[yarn run prettier-all], %w[bundle exec rubocop --parallel], %w[scripts/lint-conflicts.sh], |