0a103c7749
Upgrade ESLint to version 4.x ( #6276 )
2018-01-17 16:57:15 +01:00
801eee0ff3
Disable Code Climate maintainability checks ( #5798 )
...
- Migrate `.codeclimate.yml` to version 2 structure
- Disable Code Climate [maintainability checks][]
https://docs.codeclimate.com/docs/advanced-configuration
[maintainability checks]: http://blog.codeclimate.com/blog/2017/10/12/10-point-technical-debt-assessment
This commit upgrades the Code Climate configuration file and disables
the new maintainability checks.
Once this PR is merged, we can experiment with the new checks via pull
requests (the PR will report new issues) or via the [Code Climate
CLI][cli], which [now also supports the new maintainability
checks][cli-support].
[cli]: https://github.com/codeclimate/codeclimate
[cli-support]: https://codeclimate.com/changelog/5a0e488824cfa902a300091c
2017-11-23 21:38:17 +01:00
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
2017-05-07 20:47:31 +02:00
bfbfaf9f9f
Enable CodeClimate Brakeman checks ( #2861 )
...
* add brakeman to Gemfile
* Enable CodeClimate brakeman checks
* add config/brakeman.ignore
2017-05-07 02:45:33 +02:00
87588fa894
Enable CodeClimate Bundler-Audit checks ( #2862 )
...
* add bundler-audit to Gemfile
* Enable CodeClimate bundler-audit checks
2017-05-07 02:41:12 +02:00
181115422c
Disable CodeClimate duplication checks ( #1943 )
2017-04-16 18:26:46 +02:00
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 )
2017-04-13 13:40:25 +02:00
e177ff305a
Create .codeclimate.yml
...
Created a .codeclimate.yml configuration file that will work with your existing configurations for ESLint and Rubocop.
2016-11-17 12:40:23 -05:00