Skip to content

Commit a656f9d

Browse files
authored
Update rubocop and enable in CI (#197)
Several of the Rubocop cop definitions have been renamed or moved to entirely other gems. This brings the configuration up to date with the latest naming conventions.
1 parent c9c941d commit a656f9d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+746
-395
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
version: 2.1
22

3+
orbs:
4+
rubocop: hanachin/rubocop@0.0.6
5+
36
workflows:
47
version: 2
58
test:
69
jobs:
10+
- rubocop/rubocop:
11+
after-install-rubocop:
12+
- run: gem install rubocop-performance
13+
- run: gem install rubocop-rails
714
- build-test-linux:
815
name: Ruby 2.6
916
docker-image: cimg/ruby:2.6

.hound.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)