diff --git a/.scripts/ci/check-license-header.js b/.scripts/ci/check-license-header.js index 1cc01b15..7c69bb33 100644 --- a/.scripts/ci/check-license-header.js +++ b/.scripts/ci/check-license-header.js @@ -125,6 +125,6 @@ if (files.length > 0) { console.log(missing.join("\n")); process.exit(1); } - } + }, ); } diff --git a/plugins/notification/src/lib.rs b/plugins/notification/src/lib.rs index f8302ed1..408a0f79 100644 --- a/plugins/notification/src/lib.rs +++ b/plugins/notification/src/lib.rs @@ -32,7 +32,7 @@ mod commands; mod error; mod models; -#[allow(dead_code, unused_imports, deprecated)] +#[allow(dead_code, unused_imports, deprecated, clippy::derivable_impls)] mod notify_rust; pub use error::{Error, Result};