Skip to content

Commit

Permalink
Merge pull request #61 from jawshooah/rubocop-submodule
Browse files Browse the repository at this point in the history
Add rubocop v0.36.0 as a submodule
  • Loading branch information
nijikon committed Feb 9, 2016
2 parents 7159958 + 94d0d55 commit 22a91cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "vendor/rubocop"]
path = vendor/rubocop
url = git://github.com/bbatsov/rubocop.git
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ matrix:
- rvm: ruby-head
- rvm: rbx-2
before_install:
- gem update --remote bundler
- git clone --depth 1 git://github.com/bbatsov/rubocop.git vendor/rubocop
- gem update --remote bundler
script:
- bundle exec rake
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This means that in order to run the specs locally, you need a (shallow) clone
of the RuboCop repository:

```bash
git clone --depth 1 git://github.com/bbatsov/rubocop.git vendor/rubocop
git submodule update --init --depth 1 vendor/rubocop
```

## License
Expand Down
Empty file removed vendor/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions vendor/rubocop
Submodule rubocop added at 3ec1ef

0 comments on commit 22a91cd

Please sign in to comment.