mobilizon/.sobelow-conf
Thomas Citharel 1578fd093b
Update sobelow ignores
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-03-31 11:38:33 +02:00

13 lines
231 B
Plaintext

[
verbose: true,
private: false,
skip: true,
router: "lib/web/router.ex",
exit: "low",
format: "txt",
out: "",
threshold: "medium",
ignore: ["Config.HTTPS", "Config.CSP"],
ignore_files: ["config/runtime.exs"]
]