Sha256: cd636c964589d1bd0ed5984256c5aa2ff1611e4d238bf0d7ebe5cd5293459ae7
Contents?: true
Size: 561 Bytes
Versions: 42
Compression:
Stored size: 561 Bytes
Contents
inherit_gem: gitlab-styles: - rubocop-default.yml inherit_from: <% unless ENV['REVEAL_RUBOCOP_TODO'] == '1' %> - '.rubocop_todo.yml' <% end %> Lint/HashCompareByIdentity: Enabled: true Lint/RedundantSafeNavigation: Enabled: true Style/ClassEqualityComparison: Enabled: true Lint/ShadowingOuterLocalVariable: Enabled: false Metrics/AbcSize: Max: 18 Metrics/MethodLength: Max: 20 Rails: Enabled: false Style/ModuleFunction: Enabled: false Style/SignalException: Enabled: false Layout/SpaceBeforeFirstArg: Enabled: false
Version data entries
42 entries across 42 versions & 1 rubygems