.circleci/config.yml in legion-json-0.1.1 vs .circleci/config.yml in legion-json-0.1.2
- old
+ new
@@ -1,12 +1,14 @@
version: 2 # use CircleCI 2.0
+orbs:
+ jira: circleci/jira@1.0.2
jobs:
"rubocop":
docker:
- image: circleci/ruby:2.4-node
steps:
- checkout
- - run: gem install rubocop
+ - run: gem install rubocop rubocop-performance
- run:
name: Run Rubocop
command: rubocop
- store_test_results:
path: test_results
\ No newline at end of file