Skip to content

Instantly share code, notes, and snippets.

@clintoncwolfe
Created April 10, 2019 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clintoncwolfe/7e6507be10cf39c7f78caf6f95e28d61 to your computer and use it in GitHub Desktop.
Save clintoncwolfe/7e6507be10cf39c7f78caf6f95e28d61 to your computer and use it in GitHub Desktop.
Thank you for the contribution! However, your code currently does not pass our
coding standard, which is enforced by RuboCop. If RuboCop does not like the code,
it will fail CI tests, such as TravisCI and Appveyor.
To check your code locally, run:
```
$ bundle exec rubocop
```
To auto-correct, run:
```
$ bundle exec rubocop -a
```
Thank you!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment