Sha256: 986663b94fd69a8191e387ae40f23324976ac0b0405e98672f57004d53f925a5
Contents?: true
Size: 1.24 KB
Versions: 7
Compression:
Stored size: 1.24 KB
Contents
AllCops: DisplayCopNames: true Exclude: - 'bin/*' - 'generate.thor' # class Example # ... # private # ... # end Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/DotPosition: EnforcedStyle: leading Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/LineLength: Max: 120 Layout/HashAlignment: EnforcedColonStyle: table Metrics/AbcSize: Exclude: - 'test/**/*.rb' Naming/FileName: Exclude: - 'lib/gecko-ruby.rb' Naming/PredicateName: Enabled: false Naming/AccessorMethodName: Enabled: false # We like neatly-aligned code Layout/SpaceBeforeFirstArg: Enabled: false # Allow single or double quotes Style/StringLiterals: Enabled: false # Disable this until we can work out how to allow aligning of assignments # https://github.com/bbatsov/rubocop/blob/master/spec/rubocop/cop/style/extra_spacing_spec.rb#L23 Layout/ExtraSpacing: Enabled: false Style/WordArray: Enabled: false Style/NumericLiterals: Enabled: false Style/SignalException: Enabled: false Metrics/ClassLength: Enabled: false Layout/MultilineOperationIndentation: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false
Version data entries
7 entries across 7 versions & 1 rubygems