forbid-duplicated-anchors

This commit is contained in:
Edward Firmo
2023-04-19 17:31:20 +02:00
committed by GitHub
parent 624fd832e3
commit 633f58d074

View File

@@ -1,6 +1,10 @@
extends: relaxed
rules:
anchors:
forbid-undeclared-aliases: true
forbid-duplicated-anchors: true
# 255 chars should be enough, but don't fail if a line is longer
line-length:
max: 255