Skip to content

Double check disabled cops from last major upgrade #104

@sagotsky

Description

@sagotsky

#102 disabled a number of cops so we could move forward with a major upgrade. Let's loop back and make sure we didn't miss anything good.

  • Layout/BeginEndAlignment:
  • Layout/EmptyLinesAroundAttributeAccessor:
  • Layout/IndentationStyle:
  • Layout/SpaceAroundMethodCallOperator:
  • Lint/BinaryOperatorWithIdenticalOperands:
  • Lint/ConstantDefinitionInBlock:
  • Lint/DeprecatedOpenSSLConstant:
  • Lint/DuplicateElsifCondition:
  • Lint/DuplicateRequire:
  • Lint/DuplicateRescueException:
  • Lint/EmptyConditionalBody:
  • Lint/EmptyFile:
  • Lint/FloatComparison:
  • Lint/HashCompareByIdentity:
  • Lint/IdentityComparison:
  • Lint/MissingSuper:
  • Lint/MixedRegexpCaptureTypes:
  • Lint/OutOfRangeRegexpRef:
  • Lint/RaiseException:
  • Lint/RedundantSafeNavigation:
  • Lint/SelfAssignment:
  • Lint/TopLevelReturnWithArgument:
  • Lint/TrailingCommaInAttributeDeclaration:
  • Lint/UnreachableLoop:
  • Lint/UselessMethodDefinition:
  • Lint/UselessTimes:
  • Rails/ArelStar:
  • Rails/Pick:
  • Rails/RedundantForeignKey:
  • RSpec/Capybara/CurrentPathExpectation:
  • RSpec/Capybara/FeatureMethods:
  • RSpec/Capybara/VisibilityMatcher:
  • RSpec/EmptyHook:
  • RSpec/FactoryBot/AttributeDefinedStatically:
  • RSpec/FactoryBot/CreateList:
  • RSpec/FactoryBot/FactoryClassName:
  • RSpec/MultipleMemoizedHelpers:
  • RSpec/NotToNot:
  • RSpec/Rails/HttpStatus:
  • RSpec/RepeatedIncludeExample:
  • RSpec/StubbedMock:
  • RSpec/VariableDefinition:
  • RSpec/VariableName:
  • Style/AccessorGrouping:
  • Style/BisectedAttrAccessor:
  • Style/CaseLikeIf:
  • Style/CombinableLoops:
  • Style/ExponentialNotation:
  • Style/GlobalStdStream:
  • Style/HashAsLastArrayItem:
  • Style/HashLikeCase:
  • Style/KeywordParametersOrder:
  • Style/OptionalBooleanParameter:
  • Style/RedundantAssignment:
  • Style/RedundantRegexpCharacterClass:
  • Style/RedundantRegexpEscape:
  • Style/RedundantSelfAssignment:
  • Style/SingleArgumentDig:
  • Style/SlicingWithRange:
  • Style/SoleNestedConditional:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions