11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2018-01-07 23:59:28 +0900 using RuboCop version 0.52.1.
3+ # on 2018-01-21 02:52:41 +1030 using RuboCop version 0.52.1.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -93,7 +93,7 @@ Lint/UselessAssignment:
9393 - ' app/helpers/application_helper.rb'
9494 - ' app/views/home/index.atom.builder'
9595
96- # Offense count: 133
96+ # Offense count: 132
9797Metrics/AbcSize :
9898 Max : 57
9999
@@ -102,10 +102,10 @@ Metrics/AbcSize:
102102Metrics/BlockNesting :
103103 Max : 4
104104
105- # Offense count: 15
105+ # Offense count: 14
106106# Configuration parameters: CountComments.
107107Metrics/ClassLength :
108- Max : 194
108+ Max : 199
109109
110110# Offense count: 29
111111Metrics/CyclomaticComplexity :
@@ -330,12 +330,11 @@ Style/RegexpLiteral:
330330 - ' spec/views/contacts/update.js.haml_spec.rb'
331331 - ' spec/views/opportunities/update.js.haml_spec.rb'
332332
333- # Offense count: 9
333+ # Offense count: 8
334334# Cop supports --auto-correct.
335335# Configuration parameters: AllowAsExpressionSeparator.
336336Style/Semicolon :
337337 Exclude :
338- - ' app/controllers/application_controller.rb'
339338 - ' app/controllers/entities/leads_controller.rb'
340339 - ' lib/fat_free_crm/permissions.rb'
341340 - ' lib/tasks/ffcrm/setup.rake'
@@ -351,7 +350,7 @@ Style/TrivialAccessors:
351350 Exclude :
352351 - ' spec/support/auth_macros.rb'
353352
354- # Offense count: 2140
353+ # Offense count: 1922
355354# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
356355# URISchemes: http, https
357356Metrics/LineLength :
0 commit comments