Sha256: 09691983a42bd3ac2c938591d9ed867daf0043ccd59dadf38d23a5fe1ddabf92
Contents?: true
Size: 610 Bytes
Versions: 22
Compression:
Stored size: 610 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 RSpec/MultipleMemoizedHelpers: Enabled: false
Version data entries
22 entries across 22 versions & 1 rubygems