]> source.dussan.org Git - redmine.git/commitdiff
Disable RuboCop Layout/DotPosition for now.
authorGo MAEDA <maeda@farend.jp>
Wed, 17 Mar 2021 13:30:32 +0000 (13:30 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 17 Mar 2021 13:30:32 +0000 (13:30 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20810 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index ac08af08a3c1d07ab3fdcf40989297e8078bb153..5e4e7035c22fe24c2aa52c4dad66c7a86ac2e741 100644 (file)
@@ -6,6 +6,12 @@
 # Note that changes in the inspected code, or installation of new
 # versions of RuboCop, may require this file to be generated again.
 
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle.
+# SupportedStyles: leading, trailing
+Layout/DotPosition:
+  Enabled: false
+
 # Cop supports --auto-correct.
 Layout/EmptyLineAfterGuardClause:
   Exclude: