Sha256: d272189027a6023be6e2c39d6e4439fa7c37732be7a1689fb0d442cd59b734a6
Contents?: true
Size: 1.13 KB
Versions: 30
Compression:
Stored size: 1.13 KB
Contents
AllCops: TargetRubyVersion: 2.4 Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLinesAroundBlockBody: Enabled: false Layout/LineLength: Max: 100 IgnoredPatterns: ['(\A|\s)#'] Metrics/AbcSize: Max: 50 Naming/PredicateName: Enabled: false Metrics/ClassLength: Max: 300 CountAsOne: ['heredoc'] Metrics/MethodLength: Max: 50 CountAsOne: ['heredoc'] Metrics/BlockLength: CountAsOne: ['heredoc'] Max: 30 Exclude: - 'openstax_kitchen.gemspec' Metrics/ModuleLength: CountAsOne: ['heredoc'] Style/Alias: EnforcedStyle: prefer_alias_method Style/StringLiterals: ConsistentQuotesInMultiline: true Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space Style/AccessorGrouping: EnforcedStyle: separated Style/SingleLineMethods: Enabled: false # don't abuse it, but sometimes it is right Style/RegexpLiteral: AllowInnerSlashes: true Style/SymbolProc: IgnoredMethods: - respond_to - define_method - XML # For Nokogiri::XML Layout/ClosingParenthesisIndentation: Enabled: false # when true hanging parens look weird Layout/MultilineMethodCallBraceLayout: Enabled: false
Version data entries
30 entries across 30 versions & 1 rubygems