Commit b898bfc5 by Tim Vergenz Committed by Cuong Tran

Rename lib/tasks/{migrate => annotate_models_migrate}.rake (#469)

Fixes #468. Rename lib/tasks/migrate.rake something more unique to avoid conflicts.
parent 3edd810a
...@@ -195,7 +195,7 @@ Style/ClassAndModuleChildren: ...@@ -195,7 +195,7 @@ Style/ClassAndModuleChildren:
# Offense count: 2 # Offense count: 2
Style/ClassVars: Style/ClassVars:
Exclude: Exclude:
- 'lib/tasks/migrate.rake' - 'lib/tasks/annotate_models_migrate.rake'
# Offense count: 1 # Offense count: 1
# Cop supports --auto-correct. # Cop supports --auto-correct.
...@@ -215,7 +215,7 @@ Style/Documentation: ...@@ -215,7 +215,7 @@ Style/Documentation:
- 'lib/annotate/annotate_models.rb' - 'lib/annotate/annotate_models.rb'
- 'lib/annotate/version.rb' - 'lib/annotate/version.rb'
- 'lib/generators/annotate/install_generator.rb' - 'lib/generators/annotate/install_generator.rb'
- 'lib/tasks/migrate.rake' - 'lib/tasks/annotate_models_migrate.rake'
# Offense count: 2 # Offense count: 2
# Cop supports --auto-correct. # Cop supports --auto-correct.
...@@ -280,7 +280,7 @@ Style/GuardClause: ...@@ -280,7 +280,7 @@ Style/GuardClause:
Exclude: Exclude:
- 'lib/annotate/annotate_models.rb' - 'lib/annotate/annotate_models.rb'
- 'lib/annotate/annotate_routes.rb' - 'lib/annotate/annotate_routes.rb'
- 'lib/tasks/migrate.rake' - 'lib/tasks/annotate_models_migrate.rake'
- 'spec/integration/rails_2.3_with_bundler/config/boot.rb' - 'spec/integration/rails_2.3_with_bundler/config/boot.rb'
# Offense count: 57 # Offense count: 57
...@@ -408,7 +408,7 @@ Style/RedundantReturn: ...@@ -408,7 +408,7 @@ Style/RedundantReturn:
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/RedundantSelf: Style/RedundantSelf:
Exclude: Exclude:
- 'lib/tasks/migrate.rake' - 'lib/tasks/annotate_models_migrate.rake'
# Offense count: 12 # Offense count: 12
# Cop supports --auto-correct. # Cop supports --auto-correct.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment