From 72ab206135d8491408ee741054be56059709db8d Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 7 Mar 2026 18:15:57 +0000 Subject: [PATCH] Start configuring sobelow --- .sobelow-conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .sobelow-conf diff --git a/.sobelow-conf b/.sobelow-conf new file mode 100644 index 00000000..2ae4b899 --- /dev/null +++ b/.sobelow-conf @@ -0,0 +1,16 @@ +[ + exit: false, + format: "txt", + ignore_files: [], + ignore: [ + # Enabled via config/runtime.exs + "Config.HTTPS" + ], + out: nil, + private: false, + router: nil, + skip: false, + threshold: :low, + verbose: false, + version: false +]