summaryrefslogtreecommitdiffstats
path: root/clippy.toml
diff options
context:
space:
mode:
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/clippy.toml b/clippy.toml
new file mode 100644
index 000000000..3054dd619
--- /dev/null
+++ b/clippy.toml
@@ -0,0 +1,2 @@
+# std::process::Command::new may inadvertly run executables from the current working directory
+disallowed-methods = ["std::process::Command::new"]