diff --git a/.circleci/config.yml b/.circleci/config.yml index cfa6ceb..9019ca3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.envrc b/.envrc index 234188d..148b78d 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,2 @@ +# shellcheck shell=bash PATH_add bin diff --git a/.overcommit.yml b/.overcommit.yml index 317c140..4ee41ef 100644 --- a/.overcommit.yml +++ b/.overcommit.yml @@ -35,6 +35,8 @@ PreCommit: ShellCheck: enabled: true on_warn: fail + include: + - '.envrc' YamlLint: enabled: true on_warn: fail diff --git a/Gemfile.lock b/Gemfile.lock index d38cbb7..0f0092e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) diff --git a/requirements_dev.txt b/requirements_dev.txt index 491791e..82ffd6e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,2 +1,2 @@ -pip==21.0.1 +pip==21.1 yamllint==1.26.0