mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-07-02 08:42:54 +00:00
chore: add linter config and related code cleanup
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@ -42,6 +42,18 @@ lto = "thin"
|
||||
strip = true
|
||||
panic = "abort"
|
||||
|
||||
# Lints
|
||||
|
||||
[lints.clippy]
|
||||
unwrap_used = "deny"
|
||||
expect_used = "deny"
|
||||
panic = "deny"
|
||||
|
||||
[lints.rust]
|
||||
unused_must_use = "deny"
|
||||
|
||||
# Packaging
|
||||
|
||||
[package.metadata.deb]
|
||||
copyright = "Copyright (C) 2023-2024 the original author or authors"
|
||||
extended-description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort."
|
||||
|
Reference in New Issue
Block a user