AllCops: TargetRubyVersion: 2.5 Exclude: - gemfiles/* - spec/**/*.rb - lib/ajax-datatables-rails.rb - lib/generators/rails/templates/*.rb Documentation: Enabled: false Layout/AlignHash: Enabled: false Layout/EmptyLines: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLinesAroundBlockBody: Enabled: false Layout/EmptyLinesAroundModuleBody: Enabled: false Layout/EmptyLineBetweenDefs: Enabled: false Metrics/CyclomaticComplexity: Max: 7 Metrics/LineLength: Enabled: false Metrics/BlockLength: Max: 30 Metrics/MethodLength: Max: 15 Metrics/ClassLength: Max: 130 Naming/AccessorMethodName: Enabled: false Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma