affluence/.woodpecker/clippy.yml

12 lines
193 B
YAML
Raw Permalink Normal View History

2023-05-13 10:12:25 +02:00
platform: 'linux/amd64'
branches:
exclude: [main]
pipeline:
clippy:
2024-02-15 14:07:06 +01:00
image: 'rust:1.76'
2023-05-13 10:12:25 +02:00
commands:
2023-05-13 13:10:24 +02:00
- rustup component add clippy
2023-05-13 10:12:25 +02:00
- cargo clippy -- --no-deps -Dwarnings