Sha256: 78f548b85b79f729a9c1fc2a491213101b80a18af8d25d672c793b2c94a75d25
Contents?: true
Size: 1.38 KB
Versions: 4
Compression:
Stored size: 1.38 KB
Contents
inherit_from: - .rubocop_todo.yml AllCops: Exclude: - 'doc/plugins/**' Rails: Enabled: true Rails/Date: Enabled: false # Don't enforce documentation Style/Documentation: Enabled: false Metrics/MethodLength: Max: 40 Style/TrailingCommaInLiteral: Enabled: false #Style/TrailingCommaInArguments: #Enabled: false Naming/AccessorMethodName: Enabled: false Style/RedundantSelf: Enabled: false Metrics/ClassLength: Max: 500 Exclude: - 'test/**/*' Naming/FileName: Exclude: - 'db/seeds.d/*' Style/WordArray: Enabled: false Style/BracesAroundHashParameters: Enabled: false Style/RescueModifier: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/EachWithObject: Enabled: false Style/GuardClause: Enabled: false Metrics/BlockLength: Exclude: - 'config/routes.rb' - 'lib/foreman_remote_execution/engine.rb' - 'test/**/*' Metrics/ParameterLists: Enabled: false Naming/VariableNumber: Enabled: false # a == 0 is not the same as a.zero?, when a is not a number Style/NumericPredicate: Enabled: false Style/FormatStringToken: EnforcedStyle: template Rails/SkipsModelValidations: Enabled: false Style/SymbolArray: Enabled: false Style/FormatString: Enabled: false Naming/HeredocDelimiterNaming: Enabled: false Style/RescueStandardError: Enabled: false Lint/BooleanSymbol: Enabled: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
foreman_remote_execution-1.4.5 | .rubocop.yml |
foreman_remote_execution-1.4.4 | .rubocop.yml |
foreman_remote_execution-1.4.3 | .rubocop.yml |
foreman_remote_execution-1.4.2 | .rubocop.yml |