Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit c0388ea

Browse files
authored
Merge pull request #28 from glyn/lint
Allow lints of pest grammar terminals
2 parents e26d1ae + 66c2af6 commit c0388ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/quickstart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
uses: actions-rs/cargo@v1
8686
with:
8787
command: clippy
88-
args: -- -D warnings
88+
args: -- -D warnings -A clippy::upper-case-acronyms

0 commit comments

Comments
 (0)