Skip to content

Commit dc221d7

Browse files
ci(lint): allow clippy::doc-markdown
1 parent 7d19963 commit dc221d7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ jobs:
6969
- name: Install components
7070
run: rustup component add clippy rustfmt
7171

72-
- run: cargo clippy ${{ matrix.feature.flags }} -- -D warnings -D clippy::pedantic
72+
- run: cargo clippy ${{ matrix.feature.flags }} --
73+
-D warnings
74+
-D clippy::pedantic
75+
-A clippy::doc-markdown
7376

7477
- if: always()
7578
run: cargo fmt --check

0 commit comments

Comments
 (0)