Skip to content

Commit

Permalink
Merge branch 'cookiecutter-template' into update-from-cookiecutter-20…
Browse files Browse the repository at this point in the history
…21-11-21-1643
  • Loading branch information
apiology committed Nov 21, 2021
2 parents 9bbe81a + 02af0c2 commit 1c93b16
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
git status --porcelain coverage/.last_run.json
git diff coverage/.last_run.json
test -z "$(git status --porcelain coverage/.last_run.json)"
# This seemed to shave 5ish% of the build time off when added
resource_class: large

workflows:
version: 2
Expand Down
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# shellcheck shell=bash
PATH_add bin
2 changes: 2 additions & 0 deletions .overcommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ PreCommit:
ShellCheck:
enabled: true
on_warn: fail
include:
- '.envrc'
YamlLint:
enabled: true
on_warn: fail
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ GEM
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.22.3)
rspec-support (3.10.3)
rubocop (1.23.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -55,11 +55,11 @@ GEM
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
rubocop-ast (1.13.0)
parser (>= 3.0.1.1)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.5.0)
rubocop-rspec (2.6.0)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
rugged (1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip==21.0.1
pip==21.1
yamllint==1.26.0

0 comments on commit 1c93b16

Please sign in to comment.