Add exclusion for PhilomenaWeb.Config compile-time variance

This commit is contained in:
Liam 2024-06-01 23:11:54 -04:00
parent abf983528f
commit 026530374a

View file

@ -1,4 +1,8 @@
defmodule PhilomenaWeb.Config do
# Dialyzer only analyzes beam files directly and cannot see the compile-time variance in
# the associated values, so it flags a false positive here.
@dialyzer [:no_match]
@reload_enabled Application.compile_env(:philomena, :vite_reload, false)
@csp_relaxed Application.compile_env(:philomena, :csp_relaxed, false)