Skip to content

Commit

Permalink
BAU: Bumps deps
Browse files Browse the repository at this point in the history
  • Loading branch information
willfish committed Sep 14, 2024
1 parent fe8ca59 commit 183b42b
Show file tree
Hide file tree
Showing 11 changed files with 2,408 additions and 2,381 deletions.
11 changes: 2 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,20 +219,13 @@ workflows:
ssm_parameter: "/development/ADMIN_ECR_URL"
<<: *filter-not-main

- confirm-deploy-for-qa?:
type: approval
requires:
- test
- plan-terraform-dev
- build-and-push-dev
<<: *filter-not-main

- apply-terraform:
name: apply-terraform-dev
context: trade-tariff-terraform-aws-development
environment: development
requires:
- confirm-deploy-for-qa?
- write-docker-tag-dev
- build-and-push-dev
<<: *filter-not-main

- tariff/smoketests:
Expand Down
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RSpec/MultipleExpectations:
Enabled: false
RSpec/NestedGroups:
Enabled: false
RSpec/NoExpectationExample:
Enabled: false
Rails/SaveBang:
Enabled: false
RSpec/FilePath:
Expand All @@ -48,5 +50,7 @@ Style/FrozenStringLiteralComment:
EnforcedStyle: never
Style/GuardClause:
MinBodyLength: 2
Style/InverseMethods:
Enabled: false
Style/StringLiterals:
EnforcedStyle: single_quotes
Loading

0 comments on commit 183b42b

Please sign in to comment.