.circleci/config.yml in rubocop-minitest-0.16.0 vs .circleci/config.yml in rubocop-minitest-0.17.0
- old
+ new
@@ -28,12 +28,9 @@
- checkout
- run: bundle install
- run:
name: Check documentation syntax
command: bundle exec rake documentation_syntax_check
- - run:
- name: Build documentation and verify that doc files are in sync
- command: bundle exec rake verify_cops_documentation
workflows:
build:
jobs:
- documentation-checks