We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4838f18 commit d9f9ef2Copy full SHA for d9f9ef2
crates/emmylua_code_analysis/src/lib.rs
@@ -1,3 +1,10 @@
1
+#![deny(
2
+ clippy::unwrap_used,
3
+ clippy::unwrap_in_result,
4
+ clippy::panic,
5
+ clippy::panic_in_result_fn
6
+)]
7
+
8
mod compilation;
9
mod config;
10
mod db_index;
0 commit comments