Sha256: 5703e214f6ba9e7fd8dbcdb784cbcc260858815223ca5a1b7e5ae9ed56e2b7f6
Contents?: true
Size: 1.36 KB
Versions: 5
Compression:
Stored size: 1.36 KB
Contents
AllCops: TargetRubyVersion: 2.4 Exclude: - 'saasable.gemspec' Metrics/AbcSize: Exclude: - 'lib/saasable/mongoid/scoped_document.rb' # Configuration parameters: CountComments. Metrics/MethodLength: Exclude: - 'lib/saasable/mongoid/saas_document.rb' - 'lib/saasable/mongoid/scoped_document.rb' - 'lib/saasable/railties/helpers.rb' # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: Max: 120 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: EnforcedStyle: compact Style/Documentation: Enabled: false # Cop supports --auto-correct. Style/RescueModifier: Enabled: false # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: with_first_parameter, with_fixed_indentation Layout/AlignParameters: EnforcedStyle: with_fixed_indentation # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth. # SupportedStyles: aligned, indented Layout/MultilineMethodCallIndentation: EnforcedStyle: indented # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles. # SupportedStyles: space, no_space Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
saasable-6.1.4 | .rubocop.yml |
saasable-6.1.3 | .rubocop.yml |
saasable-6.1.2 | .rubocop.yml |
saasable-6.1.0 | .rubocop.yml |
saasable-6.0.0 | .rubocop.yml |