Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b0afed1a
Commit
b0afed1a
authored
Feb 08, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explicitly require rubocop migration_helpers
parent
abc9548f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
rubocop/cop/migration/add_column.rb
rubocop/cop/migration/add_column.rb
+2
-0
rubocop/cop/migration/add_index.rb
rubocop/cop/migration/add_index.rb
+2
-0
rubocop/rubocop.rb
rubocop/rubocop.rb
+0
-1
No files found.
rubocop/cop/migration/add_column.rb
View file @
b0afed1a
require_relative
'../../migration_helpers'
module
RuboCop
module
Cop
module
Migration
...
...
rubocop/cop/migration/add_index.rb
View file @
b0afed1a
require_relative
'../../migration_helpers'
module
RuboCop
module
Cop
module
Migration
...
...
rubocop/rubocop.rb
View file @
b0afed1a
require_relative
'migration_helpers'
require_relative
'cop/migration/add_index'
require_relative
'cop/migration/add_column'
require_relative
'cop/migration/add_column_with_default'
...
...
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