Arquivos
nodejs/.rubocop.yml
Guilhem Lettron 80a2a78c1d Fix rubocop.yml
2014-07-30 13:00:38 +02:00

29 linhas
425 B
YAML

AllCops:
Include:
- '**/Berksfile'
- '**/Gemfile'
- '**/Rakefile'
- '**/Thorfile'
- '**/Guardfile'
Exclude:
- 'vendor/**/*'
ClassLength:
Enabled: false
Documentation:
Enabled: false
Encoding:
Enabled: false
HashSyntax:
Enabled: false
LineLength:
Enabled: false
MethodLength:
Enabled: false
SignalException:
Enabled: false
TrailingComma:
Enabled: false
WordArray:
Enabled: false