Sha256: 1c3026de69aefba3a1a5578f870ce905cc6a27359593ddc1d36624a5e1becb0f
Contents?: true
Size: 672 Bytes
Versions: 31
Compression:
Stored size: 672 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 CodeReuse/ActiveRecord: Exclude: - 'spec/**/*_spec.rb'
Version data entries
31 entries across 31 versions & 1 rubygems