1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2015-08-18 20:27:49 +0100 using RuboCop version 0.33.0.
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 Lint/AmbiguousOperator:
12 - 'test/controllers/amf_controller_test.rb'
13 - 'test/controllers/changeset_controller_test.rb'
14 - 'test/lib/bounding_box_test.rb'
15 - 'test/lib/country_test.rb'
18 Lint/AmbiguousRegexpLiteral:
22 # Configuration parameters: AllowSafeAssignment.
23 Lint/AssignmentInCondition:
25 - 'app/controllers/application_controller.rb'
26 - 'app/controllers/geocoder_controller.rb'
27 - 'app/controllers/notes_controller.rb'
28 - 'app/controllers/trace_controller.rb'
29 - 'app/controllers/user_controller.rb'
30 - 'app/controllers/user_preference_controller.rb'
31 - 'app/helpers/application_helper.rb'
32 - 'app/helpers/browse_helper.rb'
33 - 'app/models/client_application.rb'
34 - 'app/models/notifier.rb'
37 - 'script/deliver-message'
40 Lint/FormatParameterMismatch:
42 - 'app/controllers/swf_controller.rb'
45 Lint/HandleExceptions:
47 - 'app/controllers/amf_controller.rb'
48 - 'app/controllers/user_controller.rb'
49 - 'config/initializers/session.rb'
52 Lint/ParenthesesAsGroupedExpression:
54 - 'test/controllers/amf_controller_test.rb'
55 - 'test/lib/bounding_box_test.rb'
56 - 'test/models/user_preference_test.rb'
67 # Configuration parameters: CountComments.
72 Metrics/CyclomaticComplexity:
76 # Configuration parameters: AllowURI, URISchemes.
81 # Configuration parameters: CountComments.
86 # Configuration parameters: CountComments.
91 # Configuration parameters: CountKeywordArgs.
92 Metrics/ParameterLists:
96 Metrics/PerceivedComplexity:
100 # Configuration parameters: Include.
101 Rails/HasAndBelongsToMany:
103 - 'app/models/changeset.rb'
104 - 'app/models/user.rb'
107 # Configuration parameters: EnforcedStyle, SupportedStyles.
112 Style/AccessorMethodName:
114 - 'app/controllers/application_controller.rb'
115 - 'app/helpers/title_helper.rb'
116 - 'app/models/old_way.rb'
123 - 'test/models/message_test.rb'
130 # Configuration parameters: MinBodyLength.
133 - 'app/controllers/application_controller.rb'
134 - 'app/controllers/diary_entry_controller.rb'
135 - 'app/controllers/message_controller.rb'
136 - 'app/controllers/notes_controller.rb'
137 - 'app/controllers/site_controller.rb'
138 - 'app/controllers/user_blocks_controller.rb'
139 - 'app/controllers/user_controller.rb'
140 - 'app/controllers/user_roles_controller.rb'
141 - 'app/helpers/application_helper.rb'
142 - 'app/models/changeset.rb'
143 - 'app/models/user.rb'
144 - 'lib/diff_reader.rb'
145 - 'lib/object_metadata.rb'
148 # Cop supports --auto-correct.
149 Style/LineEndConcatenation:
151 - 'db/migrate/008_remove_segments.rb'
152 - 'db/migrate/020_populate_node_tags_and_remove.rb'
153 - 'db/migrate/023_add_changesets.rb'
154 - 'lib/bounding_box.rb'
155 - 'lib/diff_reader.rb'
157 - 'test/controllers/changeset_controller_test.rb'
158 - 'test/controllers/node_controller_test.rb'
159 - 'test/controllers/relation_controller_test.rb'
160 - 'test/controllers/way_controller_test.rb'
163 # Cop supports --auto-correct.
164 Style/NumericLiterals:
168 # Cop supports --auto-correct.
171 - 'app/controllers/amf_controller.rb'
172 - 'app/controllers/application_controller.rb'
173 - 'app/helpers/browse_helper.rb'
174 - 'config/initializers/paperclip.rb'
177 - 'test/lib/i18n_test.rb'
180 # Configuration parameters: NamePrefix, NamePrefixBlacklist.
183 - 'app/models/changeset.rb'
184 - 'app/models/old_node.rb'
185 - 'app/models/old_relation.rb'
186 - 'app/models/old_way.rb'
187 - 'app/models/user.rb'
188 - 'lib/classic_pagination/pagination.rb'
191 # Configuration parameters: EnforcedStyle, SupportedStyles.
196 Style/RescueModifier:
198 - 'app/helpers/browse_helper.rb'
201 # Cop supports --auto-correct.
202 # Configuration parameters: EnforcedStyle, SupportedStyles.
203 Style/StringLiteralsInInterpolation: