chore: update AppName linter with new name

This commit is contained in:
Colin Darie 2024-02-27 18:01:09 +01:00
parent 4dd24f0925
commit 62b55f88a0
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -3,7 +3,7 @@ if defined?(HamlLint)
class Linter::ApplicationNameLinter < Linter
include LinterRegistry
FORBIDDEN = 'demarches-simplifiees.fr'
FORBIDDEN = 'demarches.gouv.fr'
REPLACEMENT = "APPLICATION_NAME"
MSG = 'Hardcoding %s is forbidden, use %s instead'