Use jshintrb and guard-jshintrb instead of jshint
parent
5115582c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- .jshintignore 1 ajout, 0 suppression.jshintignore
- .jshintrc 1 ajout, 0 suppression.jshintrc
- Gemfile 3 ajouts, 2 suppressionsGemfile
- Gemfile.lock 9 ajouts, 10 suppressionsGemfile.lock
- Guardfile 6 ajouts, 0 suppressionGuardfile
- config/.jshint_ignore 0 ajout, 1 suppressionconfig/.jshint_ignore
- config/jshint.yml 0 ajout, 74 suppressionsconfig/jshint.yml
- lib/tasks/linter.rake 12 ajouts, 0 suppressionlib/tasks/linter.rake
.jshintignore
0 → 120000
.jshintrc
0 → 120000
... | ... | @@ -213,6 +213,7 @@ end |
group :development do | ||
# Automatic test runs | ||
gem "guard-cucumber", "1.5.3" | ||
gem "guard-jshintrb", "1.1.1" | ||
gem "guard-rspec", "4.5.0" | ||
gem "guard-rubocop", "1.2.0" | ||
gem "guard", "2.12.4", require: false | ||
... | ... | @@ -220,8 +221,8 @@ group :development do |
gem "rb-inotify", "0.9.5", require: false | ||
# Linters | ||
gem "jshint", "1.3.1" | ||
gem "rubocop", "0.29.1" | ||
gem "jshintrb", "0.3.0" | ||
gem "rubocop", "0.29.1" | ||
# Preloading environment | ||
... | ... |
config/jshint.yml
supprimé
100644 → 0
lib/tasks/linter.rake
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter