diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-24 16:46:37 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-24 16:46:37 +0000 |
commit | 1bc6d701c9b1394146f5c2d49de118526613c562 (patch) | |
tree | 170db013a62227460ff52a2a4639dd0ddf7ea5bf /.rubocop_todo.yml | |
parent | c9fee7e00afc536871324ba599576f43a171c5d9 (diff) | |
download | redmine-1bc6d701c9b1394146f5c2d49de118526613c562.tar.gz redmine-1bc6d701c9b1394146f5c2d49de118526613c562.zip |
cleanup: rubocop: fix Layout/SpaceInsidePercentLiteralDelimiters in app/models/project.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19280 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 332554305..7fa7ed1f7 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -307,11 +307,6 @@ Layout/SpaceInsideParens: - 'test/unit/lib/redmine/export/pdf_test.rb' # Cop supports --auto-correct. -Layout/SpaceInsidePercentLiteralDelimiters: - Exclude: - - 'app/models/project.rb' - -# Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: space, no_space Layout/SpaceInsideStringInterpolation: |