diff --git a/.rubocop.yml b/.rubocop.yml index 9de91cfdb89..d705935a15f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -22,6 +22,9 @@ Style/ClassVars: Style/PredicateName: Enabled: false +Style/AccessorMethodName: + Enabled: false + # This has been used for customization Style/MutableConstant: Enabled: false @@ -41,6 +44,20 @@ Style/ConditionalAssignment: Performance/Count: Enabled: false +Style/RaiseArgs: + Enabled: false + +Style/OpMethod: + Enabled: false + +# We can use good judgement here +Style/RegexpLiteral: + Enabled: false + +# Unicode comments are useful +Style/AsciiComments: + Enabled: false + Lint/EndAlignment: Enabled: false