Explorar el Código

rubocop: move Style/IdenticalConditionalBranches files from .rubocop_todo.yml to .rubocop.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@18687 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Toshi MARUYAMA hace 4 años
padre
commit
5e6032fecb
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 5
    0
      .rubocop.yml
  2. 0
    5
      .rubocop_todo.yml

+ 5
- 0
.rubocop.yml Ver fichero

Style/HashSyntax: Style/HashSyntax:
Enabled: true Enabled: true
EnforcedStyle: no_mixed_keys EnforcedStyle: no_mixed_keys

Style/IdenticalConditionalBranches:
Exclude:
- 'config/initializers/10-patches.rb'
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'

+ 0
- 5
.rubocop_todo.yml Ver fichero

Style/GuardClause: Style/GuardClause:
Enabled: false Enabled: false


Style/IdenticalConditionalBranches:
Exclude:
- 'config/initializers/10-patches.rb'
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'

# Configuration parameters: AllowIfModifier. # Configuration parameters: AllowIfModifier.
Style/IfInsideElse: Style/IfInsideElse:
Enabled: false Enabled: false

Cargando…
Cancelar
Guardar