Ver código fonte

add Style/BlockComments to .rubocop.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@20646 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA 3 anos atrás
pai
commit
e3f8562845
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      .rubocop.yml

+ 5
- 0
.rubocop.yml Ver arquivo

@@ -133,6 +133,11 @@ Style/AsciiComments:
# We can not change nor remove it.
- 'app/models/repository/git.rb'

Style/BlockComments:
Enabled: true
Exclude:
- 'lib/diff.rb'

Style/BlockDelimiters:
Enabled: true
Exclude:

Carregando…
Cancelar
Salvar