diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-12-21 15:59:39 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-12-21 15:59:39 +0100 |
commit | b248aa4d3eb52c2bb7459848ff09619bb8830ed7 (patch) | |
tree | b40d2a4546fa42a0373127bf11cb06491a1d75f3 /.rubocop.yml | |
parent | ba1569400322930ebe32693750b8e1abff395829 (diff) | |
parent | c4a429ed47e85a6bbf0d470a41cc2f64cf120c19 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 67284fe34..3c9223470 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -250,7 +250,7 @@ Metrics/ModuleLength: Metrics/ParameterLists: Max: 5 # RuboCop default 5 - CountKeywordArgs: true # RuboCop default true + CountKeywordArgs: true # RuboCop default true MaxOptionalParameters: 3 # RuboCop default 3 Exclude: - app/models/concerns/account_interactions.rb |