yhirano
d63c291f86
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
7 years ago
yhirano
bfbfaf9f9f
Enable CodeClimate Brakeman checks ( #2861 )
* add brakeman to Gemfile
* Enable CodeClimate brakeman checks
* add config/brakeman.ignore
7 years ago
yhirano
87588fa894
Enable CodeClimate Bundler-Audit checks ( #2862 )
* add bundler-audit to Gemfile
* Enable CodeClimate bundler-audit checks
7 years ago
Eugen
181115422c
Disable CodeClimate duplication checks ( #1943 )
7 years ago
Koala Yeung
8aadb7b0b2
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 )
7 years ago
Scott Larkin
e177ff305a
Create .codeclimate.yml
Created a .codeclimate.yml configuration file that will work with your existing configurations for ESLint and Rubocop.
8 years ago