Skip to content

Commit

Permalink
Show TODOs (admonitions) but don't fail because of them
Browse files Browse the repository at this point in the history
  • Loading branch information
icy-arctic-fox committed Aug 1, 2024
1 parent 8f10fd4 commit 64a287f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .ameba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,10 @@
Documentation/DocumentationAdmonition:
Description: Reports documentation admonitions
Timezone: UTC
Excluded:
- spec/spectator/core/item_spec.cr
- src/spectator/formatters/compatible_junit_formatter.cr
- src/spectator/core/cli.cr
- src/spectator/core/hooks.cr
- src/spectator/matchers/built_in.cr
- src/spectator/matchers/expect.cr
- src/spectator/matchers/matcher.cr
- src/spectator/matchers/negated.cr
Admonitions:
- TODO
- FIXME
- BUG
Enabled: true
Severity: Warning
Severity: Convention
# TODO: Address these issues and re-enable the check.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Format
run: crystal tool format --check
- name: Lint
run: bin/ameba
run: bin/ameba --fail-level warning

test:
name: Test
Expand Down

0 comments on commit 64a287f

Please sign in to comment.