about summary refs log tree commit diff
path: root/.codeclimate.yml
AgeCommit message (Collapse)Author
2017-05-07Enable CodeClimate SCSS Lint checks (#2886)yhirano
* add scss_lint to Gemfile * add .scss-lint.yml * fix warnings of scss-lint * chmod -x styles/variables.scss * Enable CodeClimate SCSS Lint checks
2017-05-07Enable CodeClimate Brakeman checks (#2861)yhirano
* add brakeman to Gemfile * Enable CodeClimate brakeman checks * add config/brakeman.ignore
2017-05-07Enable CodeClimate Bundler-Audit checks (#2862)yhirano
* add bundler-audit to Gemfile * Enable CodeClimate bundler-audit checks
2017-04-16Disable CodeClimate duplication checks (#1943)Eugen
2017-04-13Exclude javascript locale file from dup check (#1677)Koala Yeung
* 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)
2016-11-17Create .codeclimate.ymlScott Larkin
Created a .codeclimate.yml configuration file that will work with your existing configurations for ESLint and Rubocop.