summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-09-03 06:23:18 +0000
committerGo MAEDA <maeda@farend.jp>2022-09-03 06:23:18 +0000
commit11fcea96bfcffa9851020d0bc8448fefd70c8321 (patch)
tree7e483f2b281aa36306a388de817d1a4414076fb9 /.rubocop.yml
parent099a9adcb30054b7a58bcea61c5bd5d39c17f9ad (diff)
downloadredmine-11fcea96bfcffa9851020d0bc8448fefd70c8321.tar.gz
redmine-11fcea96bfcffa9851020d0bc8448fefd70c8321.zip
Disable RuboCop Style/TernaryParentheses (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21795 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 66fc64d24..adca4494b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -207,6 +207,9 @@ Style/RaiseArgs:
Style/SlicingWithRange:
Enabled: false
+Style/TernaryParentheses:
+ Enabled: false
+
Style/TrailingCommaInArrayLiteral:
Enabled: false