diff --git a/share/linters/.rubocop.yml b/share/linters/.rubocop.yml index 51e1d585b8..0e0ebff8e3 100644 --- a/share/linters/.rubocop.yml +++ b/share/linters/.rubocop.yml @@ -568,6 +568,9 @@ Layout/LineContinuationLeadingSpace: # STYLE ####### +Style/SuperArguments: + Enabled: false + Style/OpenStructUse: Enabled: false