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
1a137133
Commit
1a137133
authored
Dec 13, 2016
by
Guillermo Guerrero Ibarra
Committed by
Cuong Tran
Dec 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved rubocop to outside. (#420)
parent
417d10bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
.travis.yml
.travis.yml
+1
-1
spec_helper.rb
spec/spec_helper.rb
+0
-4
No files found.
.travis.yml
View file @
1a137133
...
@@ -16,4 +16,4 @@ matrix:
...
@@ -16,4 +16,4 @@ matrix:
before_install
:
before_install
:
-
rvm @global do gem install bundler
-
rvm @global do gem install bundler
script
:
script
:
-
bundle exec rspec
-
bundle exec r
ubocop && bundle exec r
spec
spec/spec_helper.rb
View file @
1a137133
...
@@ -27,10 +27,6 @@ require 'active_support/core_ext/class/subclasses'
...
@@ -27,10 +27,6 @@ require 'active_support/core_ext/class/subclasses'
require
'active_support/core_ext/string/inflections'
require
'active_support/core_ext/string/inflections'
require
'annotate'
require
'annotate'
require
'rubocop/rake_task'
RuboCop
::
RakeTask
.
new
Rake
::
Task
[
'rubocop'
].
invoke
module
Annotate
module
Annotate
module
Integration
module
Integration
ABSOLUTE_GEM_ROOT
=
File
.
expand_path
(
'../../'
,
__FILE__
)
ABSOLUTE_GEM_ROOT
=
File
.
expand_path
(
'../../'
,
__FILE__
)
...
...
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