diff options
| author | pml68 <contact@pml68.dev> | 2025-01-13 00:51:50 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-01-13 00:51:50 +0100 |
| commit | abd22355755221a35c8328b8b209391bab4d89ee (patch) | |
| tree | 959f6cf85fb17e61329100dff75fa554f5d5cb01 /.cargo/config.toml | |
| parent | Merge pull request #5 from pml68/feat/config (diff) | |
| download | iced-builder-abd22355755221a35c8328b8b209391bab4d89ee.tar.gz | |
ci: add build and lint workflows
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..feb6aad --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[alias] +lint = "clippy --no-deps -- -D warnings" +lint-all = "clippy --no-deps -- -D clippy::pedantic" |
