Sha256: d137f38796e55eddcdb43c6f48de5e146ea66d0b03d1dd6e18144eca39bb858f
Contents?: true
Size: 799 Bytes
Versions: 5
Compression:
Stored size: 799 Bytes
Contents
# This file overrides https://github.com/bbatsov/rubocop/blob/master/config/default.yml # Use UTF-8 as the source file encoding. Encoding: Enabled: false # Limit lines to 80 characters. LineLength: Enabled: false # Avoid methods longer than 10 lines of code MethodLength: Enabled: false # Favor modifier if/unless usage when you have a single-line body. IfUnlessModifier: Enabled: false # Favor modifier while/until usage when you have a single-line body. WhileUntilModifier: Enabled: false # Preferred collection methods. CollectionMethods: Enabled: false # Don't interpolate global, instance and class variables directly in strings. VariableInterpolation: Enabled: false # Use only ascii symbols in comments. AsciiComments: Enabled: false Metrics/AbcSize: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems