diff options
author | Go MAEDA <maeda@farend.jp> | 2022-09-03 06:23:18 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-09-03 06:23:18 +0000 |
commit | 11fcea96bfcffa9851020d0bc8448fefd70c8321 (patch) | |
tree | 7e483f2b281aa36306a388de817d1a4414076fb9 /.rubocop_todo.yml | |
parent | 099a9adcb30054b7a58bcea61c5bd5d39c17f9ad (diff) | |
download | redmine-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_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 050d2a06b..bfe114320 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp` -# using RuboCop version 1.35.0. +# using RuboCop version 1.35.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -1801,12 +1801,6 @@ Style/SymbolProc: Enabled: false # This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle, AllowSafeAssignment. -# SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex -Style/TernaryParentheses: - Enabled: false - -# This cop supports safe autocorrection (--autocorrect). # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, AllowedMethods. # AllowedMethods: to_ary, to_a, to_c, to_enum, to_h, to_hash, to_i, to_int, to_io, to_open, to_path, to_proc, to_r, to_regexp, to_str, to_s, to_sym Style/TrivialAccessors: |