Skip to content

Commit

Permalink
Update rubocop todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed authored and cbeer committed Oct 31, 2019
1 parent 798124c commit 1cb58ab
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-03-08 10:17:20 -0600 using RuboCop version 0.65.0.
# on 2019-10-31 13:56:28 -0500 using RuboCop version 0.76.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Configuration parameters: EnforcedStyleForLeadingUnderscores.
# SupportedStylesForLeadingUnderscores: disallowed, required, optional
Naming/MemoizedInstanceVariableName:
Exclude:
- 'app/controllers/dlme_jsons_controller.rb'

# Offense count: 1
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: io, id, to, by, on, in, at, ip, db
# AllowedNames: io, id, to, by, on, in, at, ip, db, os
Naming/UncommunicativeMethodParamName:
Exclude:
- 'app/models/dlme_json.rb'
Expand All @@ -31,20 +24,24 @@ RSpec/ContextWording:
- 'spec/processors/autolink_spec.rb'
- 'spec/views/catalog/_viewer_default.html.erb_spec.rb'

# Offense count: 1
RSpec/DescribeClass:
Exclude:
- 'spec/features/things_can_be_indexed_spec.rb'

# Offense count: 1
# Configuration parameters: CustomIncludeMethods.
RSpec/EmptyExampleGroup:
Exclude:
- 'spec/models/search_builder_spec.rb'

# Offense count: 2
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: method_call, block
RSpec/ExpectChange:
Exclude:
- 'spec/controllers/dlme_jsons_controller_spec.rb'
- 'spec/jobs/create_resource_job_spec.rb'

# Offense count: 8
Style/Documentation:
Expand Down

0 comments on commit 1cb58ab

Please sign in to comment.