Skip to content

Commit

Permalink
Make spellcheck less verbose (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed May 12, 2022
1 parent 32e0261 commit 2051044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ spellcheck:
<<: *docker-env
<<: *test-refs
script:
- cargo spellcheck check -vvvv --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code 1 -- recursive .
- cargo spellcheck check -vvvv --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code 1 -- recursive ./examples/
- cargo spellcheck check -v --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code 1 -- recursive .
- cargo spellcheck check -v --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code 1 -- recursive ./examples/
allow_failure: true

fmt:
Expand Down

0 comments on commit 2051044

Please sign in to comment.