DEV: Lint official plugins in CI (#6519)

This commit is contained in:
David Taylor
2018-10-22 21:28:38 +01:00
committed by GitHub
parent 2cc195f3d9
commit 093cab2db0
2 changed files with 6 additions and 4 deletions

View File

@@ -76,6 +76,7 @@ script:
if [ '$RUN_LINT' == '1' ]; then
bundle exec rubocop --parallel && \
bundle exec danger && \
yarn prettier --list-different "plugins/**/*.scss" "plugins/**/*.es6" \
yarn eslint --ext .es6 app/assets/javascripts && \
yarn eslint --ext .es6 test/javascripts && \
yarn eslint --ext .es6 plugins/**/assets/javascripts && \