Skip to content

Commit

Permalink
Bump crate-ci/typos from 1.28.1 to 1.29.0 (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: George Dietrich <[email protected]>
  • Loading branch information
dependabot[bot] and Blacksmoke16 authored Jan 2, 2025
1 parent 20d4b8e commit 760cb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 760cb23

Please sign in to comment.