Sha256: c6f24f3013e9e493d48aaeb36ccba30b81eff964232fbfd43fd424c41e0f95e0
Contents?: true
Size: 573 Bytes
Versions: 3
Compression:
Stored size: 573 Bytes
Contents
require: - standard/cop/semantic_blocks inherit_gem: standard: config/base.yml AllCops: Exclude: - 'bin/*' - 'tmp/**/*' - 'Gemfile' - 'node_modules/**/*' - 'vendor/**/*' - 'gemfiles/**/*' DisplayCopNames: true TargetRubyVersion: 2.4 Standard/SemanticBlocks: Enabled: false Style/FrozenStringLiteralComment: Enabled: true Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: no_comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: no_comma Layout/AlignParameters: EnforcedStyle: with_first_parameter
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_delivery-0.3.1 | .rubocop.yml |
active_delivery-0.3.0 | .rubocop.yml |
active_delivery-0.2.1 | .rubocop.yml |