mirror of
https://github.com/discourse/discourse.git
synced 2025-01-06 08:23:43 +08:00
Merge branch 'master' into stable
This commit is contained in:
commit
254d410d4e
|
@ -6,7 +6,7 @@ pre-commit:
|
||||||
run: bundle exec rubocop {staged_files}
|
run: bundle exec rubocop {staged_files}
|
||||||
eslint:
|
eslint:
|
||||||
glob: "*.{js,es6}"
|
glob: "*.{js,es6}"
|
||||||
exclude: "vendor/*"
|
exclude: "vendor/*|fixtures|public/javascripts|shims.js|ember-addons|template-lintrc|locale/*|test_helper|run-qunit"
|
||||||
run: yarn eslint --ext .es6 -f compact {staged_files}
|
run: yarn eslint --ext .es6 -f compact {staged_files}
|
||||||
ember-template-lint:
|
ember-template-lint:
|
||||||
run: yarn run ember-template-lint app
|
run: yarn run ember-template-lint app
|
||||||
|
|
Loading…
Reference in New Issue
Block a user