Sha256: fcda99b135957803fd39ddd3c4a1403e45995e3e7120a3bf6dedb78967996fc1
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
AllCops: Exclude: - "gemfiles/*" SuggestExtensions: false TargetRubyVersion: 2.7 Documentation: Exclude: - "**/railtie.rb" - "spec/**/*" Style/StringLiterals: EnforcedStyle: double_quotes Layout/LineLength: Max: 120 Layout/HashAlignment: EnforcedHashRocketStyle: table EnforcedColonStyle: table Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/RaiseArgs: EnforcedStyle: compact Style/EmptyMethod: EnforcedStyle: expanded Layout/FirstArrayElementIndentation: IndentationWidth: 4 Layout/FirstHashElementIndentation: IndentationWidth: 4 Style/ConditionalAssignment: EnforcedStyle: assign_inside_condition Layout/FirstParameterIndentation: IndentationWidth: 4 Layout/MultilineOperationIndentation: IndentationWidth: 4 EnforcedStyle: indented Style/FormatStringToken: EnforcedStyle: template Style/AsciiComments: Enabled: false Naming/FileName: Exclude: - "lib/cron-kubernetes.rb" Metrics/BlockLength: Exclude: - "*.gemspec" - "spec/**/*" Layout/EmptyLinesAroundBlockBody: Exclude: - "spec/**/*"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cron-kubernetes-2.0.0 | .rubocop.yml |