From 760cb23330f42b09e89f856daaa37892d06ade8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 02:16:15 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.28.1 to 1.29.0 (#495) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: George Dietrich --- .github/workflows/ci.yml | 2 +- .../validator/src/violation/constraint_violation_list.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a95a3ac0..7f9775581 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Check Spelling - uses: crate-ci/typos@v1.28.1 + uses: crate-ci/typos@v1.29.0 check_format: strategy: matrix: diff --git a/src/components/validator/src/violation/constraint_violation_list.cr b/src/components/validator/src/violation/constraint_violation_list.cr index a1743d777..499aaaec4 100644 --- a/src/components/validator/src/violation/constraint_violation_list.cr +++ b/src/components/validator/src/violation/constraint_violation_list.cr @@ -13,7 +13,7 @@ struct Athena::Validator::Violation::ConstraintViolationList end end - # Returns a new `AVD::Violation::ConstraintViolationInterface` that conists only of violations with the provided *error_code*. + # Returns a new `AVD::Violation::ConstraintViolationInterface` that consists only of violations with the provided *error_code*. def find_by_code(error_code : String) : AVD::Violation::ConstraintViolationListInterface self.class.new @violations.select &.code.==(error_code) end