Sha256: 0e3b3624a3c1beb3655667dd872fb6eebb8d7ea6472f48d7c7a3285efc93f48c
Contents?: true
Size: 1.5 KB
Versions: 35
Compression:
Stored size: 1.5 KB
Contents
AllCops: Include: - "**/*.gemspec" - "**/*.podspec" - "**/*.jbuilder" - "**/*.rake" - "**/*.opal" - "**/Gemfile" - "**/Rakefile" - "**/Capfile" - "**/Guardfile" - "**/Podfile" - "**/Thorfile" - "**/Vagrantfile" - "**/Berksfile" - "**/Cheffile" - "**/Vagabondfile" Exclude: - "vendor/**/*" - "db/schema.rb" RunRailsCops: false DisplayCopNames: false StyleGuideCopsOnly: false Style/AccessModifierIndentation: Description: Check indentation of private/protected visibility modifiers. StyleGuide: https://github.com/bbatsov/ruby-style-guide#indent-public-private-protected Enabled: true EnforcedStyle: indent SupportedStyles: - outdent - indent # Metrics/LineLength: # Description: Limit lines to 80 characters. # StyleGuide: https://github.com/bbatsov/ruby-style-guide#80-character-limits # Enabled: false # Max: 80 # AllowURI: true # URISchemes: # - http # - https # Style/GlobalVars: # Description: Do not introduce global variables. # StyleGuide: https://github.com/bbatsov/ruby-style-guide#instance-vars # Enabled: false # AllowedVariables: [] # ^ From hound Style/Documentation: Enabled: false UselessAssignment: Enabled: false UnusedMethodArgument: Enabled: false UnderscorePrefixedVariableName: Enabled: false UnusedBlockArgument: Enabled: false Lint/UselessAssignment: Description: Checks for useless assignment to a local variable. StyleGuide: https://github.com/bbatsov/ruby-style-guide#underscore-unused-vars Enabled: false
Version data entries
35 entries across 35 versions & 1 rubygems