Sha256: 108ceb3e4c18b77e1e6a13a5495319f69cf4de7142ea16244e5182cc39644ba2
Contents?: true
Size: 683 Bytes
Versions: 2
Compression:
Stored size: 683 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: '2.5' NewCops: enable Metrics/ModuleLength: Exclude: - "**/*_spec.rb" Metrics/BlockLength: Exclude: - "**/*_spec.rb" - "fusuma.gemspec" Layout/LineLength: Max: 100 Exclude: - "fusuma.gemspec" - "**/*_spec.rb" # For rubocop < 1.0.0 Style/HashEachMethods: Enabled: true # For rubocop < 1.0.0 Style/HashTransformKeys: Enabled: true # For rubocop < 1.0.0 Style/HashTransformValues: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true # for declaring dummy classes in ./spec Lint/ConstantDefinitionInBlock: Exclude: - "**/*_spec.rb"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fusuma-2.0.0 | .rubocop.yml |
fusuma-2.0.0.pre2 | .rubocop.yml |