Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Thank you for the contribution! However, your code currently does not pass our
  2. coding standard, which is enforced by RuboCop. If RuboCop does not like the code,
  3. it will fail CI tests, such as TravisCI and Appveyor.
  4.  
  5. To check your code locally, run:
  6. ```
  7. $ bundle exec rubocop
  8. ```
  9.  
  10. To auto-correct, run:
  11. ```
  12. $ bundle exec rubocop -a
  13. ```
  14.  
  15. Thank you!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement