Sha256: 87e6e3162889e304eb14e1552f58c70872c0d783ed14bbdc738a730653148d8a
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
AllCops: Exclude: - lib/lineinput.rb - lib/uuid.rb inherit_from: .rubocop_todo.yml Lint/BlockAlignment: Enabled: true Lint/EndAlignment: Enabled: AlignWith Performance/ReverseEach: Enabled: true # Unnecessary spacing detected. Style/ExtraSpacing: Enabled: true # Use tr instead of gsub. Performance/StringReplacement: Enabled: false Performance/RangeInclude: Enabled: false # Use alias_method instead of alias. Style/Alias: Enabled: false # Do not introduce global variables. Style/GlobalVars: Enabled: true # Use self-assignment shorthand +=. Style/SelfAssignment: Enabled: true # When defining the == operator, name its argument other. Style/OpMethod: Enabled: true # Use snake_case for variable names. Style/VariableName: Enabled: true Style/ConditionalAssignment: Enabled: false Style/MutableConstant: Enabled: false Style/UnneededInterpolation: Enabled: false Performance/RedundantMerge: Enabled: false Style/ZeroLengthPredicate: Enabled: false ##################### Metrics ################################## Metrics/ClassLength: Max: 1500
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
review-2.0.0 | .rubocop.yml |