Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
b898bfc5
Commit
b898bfc5
authored
May 30, 2017
by
Tim Vergenz
Committed by
Cuong Tran
May 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename lib/tasks/{migrate => annotate_models_migrate}.rake (#469)
Fixes #468. Rename lib/tasks/migrate.rake something more unique to avoid conflicts.
parent
3edd810a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.rubocop_todo.yml
.rubocop_todo.yml
+4
-4
annotate_models_migrate.rake
lib/tasks/annotate_models_migrate.rake
+0
-0
No files found.
.rubocop_todo.yml
View file @
b898bfc5
...
...
@@ -195,7 +195,7 @@ Style/ClassAndModuleChildren:
# Offense count: 2
Style/ClassVars
:
Exclude
:
-
'
lib/tasks/migrate.rake'
-
'
lib/tasks/
annotate_models_
migrate.rake'
# Offense count: 1
# Cop supports --auto-correct.
...
...
@@ -215,7 +215,7 @@ Style/Documentation:
-
'
lib/annotate/annotate_models.rb'
-
'
lib/annotate/version.rb'
-
'
lib/generators/annotate/install_generator.rb'
-
'
lib/tasks/migrate.rake'
-
'
lib/tasks/
annotate_models_
migrate.rake'
# Offense count: 2
# Cop supports --auto-correct.
...
...
@@ -280,7 +280,7 @@ Style/GuardClause:
Exclude
:
-
'
lib/annotate/annotate_models.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'
# Offense count: 57
...
...
@@ -408,7 +408,7 @@ Style/RedundantReturn:
# Cop supports --auto-correct.
Style/RedundantSelf
:
Exclude
:
-
'
lib/tasks/migrate.rake'
-
'
lib/tasks/
annotate_models_
migrate.rake'
# Offense count: 12
# Cop supports --auto-correct.
...
...
lib/tasks/migrate.rake
→
lib/tasks/
annotate_models_
migrate.rake
View file @
b898bfc5
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment