Skip to content

Commit

Permalink
Removed explicit yamllint disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitribouniol committed Feb 1, 2025
1 parent 29bfe82 commit 565993c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
format_check_enabled: false
license_header_check_enabled: false
docs_check_enabled: false
yamllint_check_enabled: false

unit-tests:
name: Unit tests
Expand Down
2 changes: 1 addition & 1 deletion .spi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1
builder:
configs:
- documentation_targets: [WebAuthn]
- documentation_targets: [WebAuthn]
2 changes: 1 addition & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ identifier_name:
- rp

line_length:
ignores_comments: true
ignores_comments: true

0 comments on commit 565993c

Please sign in to comment.