diff --git a/share/linters/.rubocop.yml b/share/linters/.rubocop.yml index 7554293cac..e6894a5311 100644 --- a/share/linters/.rubocop.yml +++ b/share/linters/.rubocop.yml @@ -717,6 +717,10 @@ Style/MutableConstant: Style/SymbolProc: Enabled: false +# TODO: Remove this whenever there is strenght to do so +Style/StderrPuts: + Enabled: false + ###### # LINT ###### @@ -799,6 +803,9 @@ Naming/ConstantName: Naming/HeredocDelimiterNaming: Enabled: false +Naming/RescuedExceptionsVariableName: + Enabled: false + ### # Bundler ####