66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9- # Offense count: 3
10- Naming/AccessorMethodName :
11- Exclude :
12- - ' spec/requests/congress_messages_spec.rb'
13- - ' spec/spec_helper.rb'
14-
15- # Offense count: 2
16- # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
17- Naming/BlockParameterName :
18- Exclude :
19- - ' app/views/action_page/index.atom.builder'
20- - ' app/views/action_page/index.json.jbuilder'
21-
22- # Offense count: 3
23- # Configuration parameters: EnforcedStyleForLeadingUnderscores.
24- # SupportedStylesForLeadingUnderscores: disallowed, required, optional
25- Naming/MemoizedInstanceVariableName :
26- Exclude :
27- - ' app/controllers/tools_controller.rb'
28- - ' app/models/action_page.rb'
29- - ' lib/related_content.rb'
30-
31- # Offense count: 7
32- # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
33- # AllowedNames: io, id, to, by, on, in, at, ip, db, os, pp
34- Naming/MethodParameterName :
35- Exclude :
36- - ' app/helpers/application_helper.rb'
37- - ' app/mailers/user_mailer.rb'
38- - ' app/models/congress_message_campaign.rb'
39- - ' app/models/institution.rb'
40- - ' app/queries/action_page_filters.rb'
41-
429# Offense count: 3
4310# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.
4411# NamePrefix: is_, has_, have_
@@ -48,9 +15,6 @@ Naming/MethodParameterName:
4815Naming/PredicateName :
4916 Exclude :
5017 - ' spec/**/*'
51- - ' app/models/source_file.rb'
52- - ' app/models/twitter.rb'
53- - ' lib/congress_forms.rb'
5418
5519# Offense count: 45
5620# Configuration parameters: EnforcedStyle.
0 commit comments