Files
music_library/.sobelow-conf
T
2026-03-07 18:37:24 +00:00

19 lines
330 B
Plaintext

[
exit: false,
format: "txt",
ignore_files: [],
ignore: [
# Enabled via config/runtime.exs
"Config.HTTPS",
# Placeholder values overridden in runtime.exs from env vars
"Config.Secrets"
],
out: nil,
private: false,
router: nil,
skip: false,
threshold: :low,
verbose: false,
version: false
]