--- AllCops: Exclude: - "*/node_modules/**/*" - "*/vendor/**/*" - node_modules/**/* - vendor/**/* NewCops: enable Layout/ClosingHeredocIndentation: Enabled: false Layout/FirstArgumentIndentation: Enabled: false Layout/HashAlignment: Enabled: false Layout/HeredocIndentation: Enabled: false Layout/LineEndStringConcatenationIndentation: Enabled: false Layout/LineLength: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Layout/MultilineOperationIndentation: Enabled: false Lint/EmptyClass: Enabled: false Lint/MissingSuper: Enabled: false Lint/PercentStringArray: Enabled: false Lint/ShadowingOuterLocalVariable: Enabled: false Lint/SuppressedException: Enabled: false Lint/UnusedBlockArgument: Enabled: false Lint/UselessAssignment: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: Enabled: false Metrics/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/ParameterLists: Enabled: false Metrics/PerceivedComplexity: Enabled: false Naming/FileName: Enabled: false Naming/MethodParameterName: Enabled: false Naming/VariableNumber: Enabled: false Performance/UnfreezeString: Enabled: false RSpec/AnyInstance: Enabled: false RSpec/ContextWording: Enabled: false RSpec/DescribeClass: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/ExampleWording: Enabled: false RSpec/MultipleExpectations: Enabled: false RSpec/NoExpectationExample: Enabled: false RSpec/PendingWithoutReason: Enabled: false Rails/Delegate: Enabled: false Rails/DynamicFindBy: Enabled: false Rails/HelperInstanceVariable: Enabled: false Rails/NegateInclude: Enabled: false Rails/Output: Enabled: false Rails/Presence: Enabled: false Rails/Present: Enabled: false Rails/ThreeStateBooleanColumn: Enabled: false Rails/TimeZone: Enabled: false Security/Eval: Enabled: false Style/CaseEquality: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/EmptyMethod: Enabled: false Style/IfUnlessModifier: Enabled: false Style/MultilineBlockChain: Enabled: false Style/QuotedSymbols: Enabled: false Style/StringLiterals: Enabled: false Style/StringLiteralsInInterpolation: Enabled: false require: - rubocop-factory_bot - rubocop-performance - rubocop-rails - rubocop-rake - rubocop-rspec - rubocop-rspec_rails - rubocop-capybara