relnotes/v0.81.0.md
Lint/RaiseException cop. (@denys281)include? over member? in Style/CollectionMethods. (@dmolesUC)with_fixed_indentation option for Layout/ArrayAlignment cop. (@nikitasakov)Style/RedundantSort. (@koic)Layout/EmptyLineAfterGuardClause aware of case where and or or is used before keyword that break control (e.g. and return). (@koic)Layout/ElseAlignment cop. (@koic)Lint/SafeNavigationChain. (@koic)forbidden option to Style/ModuleFunction cop. (@weh)Lint/StructNewOverride cop. (@ybiquitous)Style/TrailingCommaInBlockArgs cop. (@pawptart)Style/EndBlock cop. (@tejasbubane)IgnoreNotImplementedMethods configuration to Lint/UnusedMethodArgument. (@tejasbubane)AllowModifiersOnSymbols configuration to Style/AccessModifierDeclarations. (@tejasbubane)Lint/BooleanSymbol cop. (@tejasbubane)IgnoredMethods configuration in Metrics/AbcSize, Metrics/CyclomaticComplexity, and Metrics/PerceivedComplexity cops. (@drenmi)Style/Lambda. (@koic)Style/OneLineConditional when one of the branches contains next keyword. (@koic)Style/InverseMethods auto-correct as incompatible with Style/SymbolProc. (@drenmi)Style/Documentation constant visibility declaration in namespace. (@AdrienSldy)Style/MultilineMethodCallIndentation when using Ruby 2.7's numbered parameter. (@koic)Style/HashTransformValues and Style/HashTransformKeys. (@tejasbubane)Layout/BlockEndNewline when } of multiline block without processing is not on its own line. (@koic)Layout/EndAlignment when a non-whitespace is used before the end keyword. (@koic)Lint/ErbNewArguments cop when inspecting ActionView::Template::Handlers::ERB.new. (@koic)Migrate/DepartmentName cop when inspecting an unexpected disabled comment format. (@koic)Style/OneLineConditional when one of the branches contains a self keyword. (@koic)Layout/MultilineMethodCallIndentation with key access to hash. (@tejasbubane)Style/HashEachMethods when receiver is implicit. (@koic)AllowComments option of Lint/SuppressedException to true by default. (@koic)Naming/MethodName now flags attr_reader/attr_writer/attr_accessor/attr. (@denys281)Lint/EndInMethod cop. (@tejasbubane)