Sha256: ce950caa9c1d519923ace8d4588329b2d28a4ea5a6be8dc29383926934c2ea81
Contents?: true
Size: 1.23 KB
Versions: 14
Compression:
Stored size: 1.23 KB
Contents
inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true DisplayStyleGuide: true TargetRubyVersion: 2.0 Lint/AmbiguousBlockAssociation: Enabled: false Metrics/BlockLength: Exclude: - "sshkit.gemspec" - "spec/**/*" - "lib/**/*.rake" Style/BarePercentLiterals: EnforcedStyle: percent_q Style/ClassAndModuleChildren: Enabled: false Style/DoubleNegation: Enabled: false Style/FileName: Exclude: - "Dangerfile" Style/IndentHeredoc: Enabled: false Style/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space Style/StringLiterals: EnforcedStyle: double_quotes Style/TrivialAccessors: AllowPredicates: true Style/PercentLiteralDelimiters: Enabled: false Style/SingleLineBlockParams: Enabled: false Style/ModuleFunction: Enabled: false # Enable someday Style/Documentation: Enabled: false # Needs refactors Metrics/PerceivedComplexity: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Enabled: false Style/PredicateName: Enabled: false Metrics/LineLength: Enabled: false Metrics/AbcSize: Enabled: false Style/PerlBackrefs: Enabled: false Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false Style/AccessorMethodName: Enabled: false
Version data entries
14 entries across 14 versions & 1 rubygems