File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ Style/ClassAndModuleChildren:
195
195
# Offense count: 2
196
196
Style/ClassVars :
197
197
Exclude :
198
- - ' lib/tasks/migrate .rake'
198
+ - ' lib/tasks/annotate_models_migrate .rake'
199
199
200
200
# Offense count: 1
201
201
# Cop supports --auto-correct.
@@ -215,7 +215,7 @@ Style/Documentation:
215
215
- ' lib/annotate/annotate_models.rb'
216
216
- ' lib/annotate/version.rb'
217
217
- ' lib/generators/annotate/install_generator.rb'
218
- - ' lib/tasks/migrate .rake'
218
+ - ' lib/tasks/annotate_models_migrate .rake'
219
219
220
220
# Offense count: 2
221
221
# Cop supports --auto-correct.
@@ -280,7 +280,7 @@ Style/GuardClause:
280
280
Exclude :
281
281
- ' lib/annotate/annotate_models.rb'
282
282
- ' lib/annotate/annotate_routes.rb'
283
- - ' lib/tasks/migrate .rake'
283
+ - ' lib/tasks/annotate_models_migrate .rake'
284
284
- ' spec/integration/rails_2.3_with_bundler/config/boot.rb'
285
285
286
286
# Offense count: 57
@@ -408,7 +408,7 @@ Style/RedundantReturn:
408
408
# Cop supports --auto-correct.
409
409
Style/RedundantSelf :
410
410
Exclude :
411
- - ' lib/tasks/migrate .rake'
411
+ - ' lib/tasks/annotate_models_migrate .rake'
412
412
413
413
# Offense count: 12
414
414
# Cop supports --auto-correct.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments