ソースを参照

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年前
コミット
e3f8562845
1個のファイルの変更5行の追加0行の削除
  1. 5
    0
      .rubocop.yml

+ 5
- 0
.rubocop.yml ファイルの表示

@@ -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:

読み込み中…
キャンセル
保存