Skip to content

update badge link #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 27, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM codeclimate/alpine-ruby:b38

WORKDIR /usr/src/app
COPY Gemfile /usr/src/app/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code Climate Rubocop Engine

[![Code Climate](https://codeclimate.com/repos/5584174c6956807f6701c8f5/badges/9b8937da146a0abf21d4/gpa.svg)](https://codeclimate.com/repos/5584174c6956807f6701c8f5/feed)
[![Code Climate](https://codeclimate.com/repos/55ccc68e6956802d030012f3/badges/fce009562bca1c1fc8dc/gpa.svg)](https://codeclimate.com/repos/55ccc68e6956802d030012f3/feed)

`codeclimate-rubocop` is a Code Climate engine that wraps the [RuboCop](https://github.com/bbatsov/rubocop) static analysis tool. You can run it on your command line using the Code Climate CLI, or on our hosted analysis platform.

Expand Down