Sha256: 4e000a84bb64715c978c365aa90ac79d297d0bbae699ef8b6ec778b833988b99
Contents?: true
Size: 1.39 KB
Versions: 13
Compression:
Stored size: 1.39 KB
Contents
AllCops: Exclude: - 'local/**/*' - 'vendor/**/*' - 'tmp/**/*' - 'target/**/*' - 'log/**/*' - 'db/schema.rb' - 'locale/translations.rb' - 'lib/scratch.rb' - 'schemacop.gemspec' DisplayCopNames: true Style/SignalException: EnforcedStyle: only_fail Metrics/MethodLength: Enabled: false Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/ParameterLists: Max: 5 CountKeywordArgs: false Metrics/AbcSize: Enabled: False Metrics/CyclomaticComplexity: Enabled: False Metrics/PerceivedComplexity: Enabled: False Metrics/LineLength: Max: 160 Metrics/BlockNesting: Enabled: false Style/IfUnlessModifier: Enabled: false Style/Documentation: Enabled: false Style/RedundantReturn: Enabled: false Style/AsciiComments: Enabled: false Style/GuardClause: Enabled: false Style/ClassAndModuleChildren: Enabled: false EnforcedStyle: compact SupportedStyles: - nested - compact # Checks the style of children definitions at classes and modules. # # Basically there are two different styles: # # `nested` - have each child on a separate line # class Foo # class Bar # end # end # # `compact` - combine definitions as much as possible # class Foo::Bar # end # # The compact style is only forced, for classes / modules with one child. Style/FormatString: Enabled: false
Version data entries
13 entries across 13 versions & 1 rubygems