1
0
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:
2024-12-04 14:36:59 +01:00
parent 83d4857ed3
commit b4e1113f3d
3 changed files with 41 additions and 20 deletions

View File

@ -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."