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 +]