The rubocop linter cannot use the `rubocop_config` option because it's not compatible with Ruby 2.3. So we're setting the rubocop rules manually.
10 lines
179 B
YAML
10 lines
179 B
YAML
rubocop:
|
|
config_file: .rubocop_basic.yml
|
|
scss:
|
|
config_file: .scss-lint.yml
|
|
coffeescript:
|
|
config_file: .coffeelint.json
|
|
erblint:
|
|
enabled: true
|
|
config_file: .erb-lint.yml
|