Sha256: 66b3a322eca37c5e4ac523cdefb4b9ee24a16a0fb9f1938b8b4b829296b6f9e3
Contents?: true
Size: 859 Bytes
Versions: 2
Compression:
Stored size: 859 Bytes
Contents
AllCops: TargetRubyVersion: 3.0.0 EnabledByDefault: true NewCops: enable Exclude: - examples/**/* Style/DocumentationMethod: Enabled: false Style/MissingElse: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/Copyright: Enabled: false Style/ConstantVisibility: Enabled: false Style/MethodCallWithArgsParentheses: IgnoreMacros: false Style/MethodCalledOnDoEndBlock: Enabled: false Style/DisableCopsWithinSourceCodeDirective: Enabled: false Style/Send: Enabled: false Style/ClassMethodsDefinitions: Enabled: false Lint/ConstantResolution: Enabled: false Bundler/GemComment: Enabled: false Layout/MultilineAssignmentLayout: Enabled: false Layout/RedundantLineBreak: Enabled: false Metrics/BlockLength: Exclude: - spec/**/*_spec.rb Metrics/MethodLength: Max: 25 Metrics/AbcSize: Max: 30
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zapp-0.1.1 | .rubocop.yml |
zapp-0.1.0 | .rubocop.yml |