Sha256: e21f847d70c91fe28e1f589ab06b8c367793dd7b13be5cdec8da9aa65e9a5ec5
Contents?: true
Size: 771 Bytes
Versions: 27
Compression:
Stored size: 771 Bytes
Contents
# Disable line-length check; it's too easy for the cure to be worse than the disease Metrics/LineLength: Enabled: False # Disable problematic module documentation check (see https://github.com/bbatsov/rubocop/issues/947) Style/Documentation: Enabled: false # Allow one line around class body (Style/EmptyLines will still disallow two or more) Style/EmptyLinesAroundClassBody: Enabled: false # Allow one line around module body (Style/EmptyLines will still disallow two or more) Style/EmptyLinesAroundModuleBody: Enabled: false # Allow one line around block body (Style/EmptyLines will still disallow two or more) Style/EmptyLinesAroundBlockBody: Enabled: false # Allow %r notation for regexes with a single / character Style/RegexpLiteral: MaxSlashes: 0
Version data entries
27 entries across 27 versions & 2 rubygems