1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2018-09-19 14:24:02 +0100 using RuboCop version 0.58.2.
4 # The point is for the user to remove these configuration records
5 # one by one as the offenses are removed from the code base.
6 # Note that changes in the inspected code, or installation of new
7 # versions of RuboCop, may require this file to be generated again.
10 # Configuration parameters: AllowSafeAssignment.
11 Lint/AssignmentInCondition:
13 - 'app/controllers/application_controller.rb'
14 - 'app/controllers/geocoder_controller.rb'
15 - 'app/controllers/notes_controller.rb'
16 - 'app/controllers/api/traces_controller.rb'
17 - 'app/controllers/traces_controller.rb'
18 - 'app/controllers/users_controller.rb'
19 - 'app/controllers/api/user_preferences_controller.rb'
20 - 'app/helpers/application_helper.rb'
21 - 'app/helpers/browse_helper.rb'
22 - 'app/helpers/browse_tags_helper.rb'
23 - 'app/models/client_application.rb'
24 - 'app/mailers/notifier.rb'
27 - 'script/deliver-message'
30 Lint/HandleExceptions:
32 - 'app/controllers/api/amf_controller.rb'
33 - 'app/controllers/users_controller.rb'
40 # Configuration parameters: CountComments, ExcludedMethods.
41 # ExcludedMethods: refine
46 # Configuration parameters: CountBlocks.
51 # Configuration parameters: CountComments.
56 Metrics/CyclomaticComplexity:
60 # Configuration parameters: CountComments.
65 # Configuration parameters: CountComments.
70 # Configuration parameters: CountKeywordArgs.
71 Metrics/ParameterLists:
75 Metrics/PerceivedComplexity:
79 Naming/AccessorMethodName:
81 - 'app/controllers/application_controller.rb'
82 - 'app/helpers/title_helper.rb'
83 - 'app/models/old_way.rb'
88 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist, MethodDefinitionMacros.
89 # NamePrefix: is_, has_, have_
90 # NamePrefixBlacklist: is_, has_, have_
91 # NameWhitelist: is_a?
92 # MethodDefinitionMacros: define_method, define_singleton_method
96 - 'app/models/changeset.rb'
97 - 'app/models/old_node.rb'
98 - 'app/models/old_relation.rb'
99 - 'app/models/old_way.rb'
100 - 'app/models/user.rb'
101 - 'lib/classic_pagination/pagination.rb'
104 # Configuration parameters: Database, Include.
105 # SupportedDatabases: mysql, postgresql
106 # Include: db/migrate/*.rb
107 Rails/BulkChangeTable:
109 - 'db/migrate/20111116184519_update_oauth.rb'
110 - 'db/migrate/20120208122334_merge_acl_address_and_mask.rb'
111 - 'db/migrate/20120208194454_add_domain_to_acl.rb'
112 - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
115 # Configuration parameters: Include.
116 # Include: app/**/*.rb, config/**/*.rb, lib/**/*.rb
120 - 'lib/daemons/gpx_import.rb'
123 # Configuration parameters: Include.
124 # Include: app/models/**/*.rb
125 Rails/HasAndBelongsToMany:
127 - 'app/models/changeset.rb'
128 - 'app/models/user.rb'
131 # Configuration parameters: Include.
132 # Include: db/migrate/*.rb
135 - 'db/migrate/002_cleanup_osm_db.rb'
136 - 'db/migrate/020_populate_node_tags_and_remove.rb'
137 - 'db/migrate/021_move_to_innodb.rb'
138 - 'db/migrate/025_add_end_time_to_changesets.rb'
139 - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
144 - 'app/controllers/users_controller.rb'
145 - 'app/helpers/application_helper.rb'
146 - 'app/helpers/changesets_helper.rb'
147 - 'app/helpers/geocoder_helper.rb'
148 - 'app/helpers/note_helper.rb'
149 - 'app/helpers/open_graph_helper.rb'
150 - 'app/helpers/user_blocks_helper.rb'
151 - 'app/helpers/user_roles_helper.rb'
153 - 'test/helpers/application_helper_test.rb'
156 # Configuration parameters: EnforcedStyle.
157 # SupportedStyles: strict, flexible
162 # Configuration parameters: AllowedChars.
165 - 'test/models/message_test.rb'
172 # Cop supports --auto-correct.
173 # Configuration parameters: EnforcedStyle.
174 # SupportedStyles: when_needed, always, never
175 Style/FrozenStringLiteralComment:
179 # Cop supports --auto-correct.
180 Style/IfUnlessModifier:
182 - 'app/controllers/api/ways_controller.rb'
185 # Cop supports --auto-correct.
186 # Configuration parameters: Strict.
187 Style/NumericLiterals:
190 # Offense count: 3080
191 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
192 # URISchemes: http, https