diff options
author | Go MAEDA <maeda@farend.jp> | 2023-10-16 14:56:35 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-10-16 14:56:35 +0000 |
commit | fba6d08b68b41c42c6f98f769198302c0016057e (patch) | |
tree | 2e2ce433ecddb55c7cae3c0045639871b33f86a9 /.rubocop.yml | |
parent | 1dae2cc595470370ba49183e561066944069bfdc (diff) | |
download | redmine-fba6d08b68b41c42c6f98f769198302c0016057e.tar.gz redmine-fba6d08b68b41c42c6f98f769198302c0016057e.zip |
Disable RuboCop Style/InverseMethods (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@22348 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index e16f8dbcd..bc24065be 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -226,6 +226,9 @@ Style/IdenticalConditionalBranches: - 'config/initializers/10-patches.rb' - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' +Style/InverseMethods: + Enabled: false + Style/NegatedIfElseCondition: Enabled: false |