diff options
| author | pml68 <contact@pml68.dev> | 2025-01-13 00:53:05 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-01-13 00:53:41 +0100 |
| commit | e0ccef4781d8c136a71c55db1129a7bccdd4f860 (patch) | |
| tree | a41b2bb48fe1cba56756a7ea50dd3396775f51de /.cargo | |
| parent | refactor: apply clippy suggestions (diff) | |
| download | iced_custom_highlighter-e0ccef4781d8c136a71c55db1129a7bccdd4f860.tar.gz | |
ci: add lint workflow
Diffstat (limited to '')
| -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" |
