riboseinc / uri_format_validator

Validate URL for Rails
MIT License
3 stars 2 forks source link

Downgrade Rubocop #65

Closed skalee closed 6 years ago

skalee commented 6 years ago

Switch back to Rubocop 0.49. Update Rubocop configs accordingly. The CodeClimate does not support 0.50 yet.

skalee commented 6 years ago

I don't know how this weird CodeClimate checker works. Build no. 92 has passed, however I see a red cross in GitHub checklist, and the link leads to build no. 93 which is totally irrelevant, and relates to current master. Anyway, I'm merging it in when I see that Travis builds do pass. I lost my confidence in CodeClimate.

skalee commented 6 years ago

It's possible that CodeClimate performs two builds: one for pull request's topmost commit, and another for master branch in order to compare code quality on both branches and detect new and fixed issues.