diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-17 13:17:43 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-17 13:17:43 +0000 |
commit | 7ed5e8976bbd28b4cee2d8d28db37f19c2e51fdf (patch) | |
tree | 6ab822fcce90ca3a3e4b05f761749dd835de225e /.rubocop.yml | |
parent | 1a62db40b28f5fa3272dd8a4918a9cad2bc6d2e6 (diff) | |
download | redmine-7ed5e8976bbd28b4cee2d8d28db37f19c2e51fdf.tar.gz redmine-7ed5e8976bbd28b4cee2d8d28db37f19c2e51fdf.zip |
Reverts r20655.
git-svn-id: http://svn.redmine.org/redmine/trunk@20809 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index b934d6f8a..84361a324 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -37,10 +37,6 @@ Layout/ClosingParenthesisIndentation: Exclude: - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' -Layout/DotPosition: - Enabled: true - EnforcedStyle: trailing - Layout/EmptyLinesAroundAccessModifier: Enabled: true Exclude: |