yhirano
283e1e265a
Enable CodeClimate SCSS Lint checks ( #2886 )
...
* add scss_lint to Gemfile
* add .scss-lint.yml
* fix warnings of scss-lint
* chmod -x styles/variables.scss
* Enable CodeClimate SCSS Lint checks
8 years ago
yhirano
9d2266f420
Enable CodeClimate Brakeman checks ( #2861 )
...
* add brakeman to Gemfile
* Enable CodeClimate brakeman checks
* add config/brakeman.ignore
8 years ago
yhirano
092d220c97
Enable CodeClimate Bundler-Audit checks ( #2862 )
...
* add bundler-audit to Gemfile
* Enable CodeClimate bundler-audit checks
8 years ago
Eugen
c6422f50b2
Disable CodeClimate duplication checks ( #1943 )
8 years ago
Koala Yeung
79763fa14c
Exclude javascript locale file from dup check ( #1677 )
...
* Exclude javascript locale files form Code Climate's duplication
engine. It is silly to have duplication check with locale files.
They are supposed to look similar.
* Prevent unnecessary blocking for translation updates (like #1661 )
8 years ago
Scott Larkin
398bd86ec9
Create .codeclimate.yml
...
Created a .codeclimate.yml configuration file that will work with your existing configurations for ESLint and Rubocop.
8 years ago