Skip to content

Commit 3a25807

Browse files
chore(qa): disable require-constant-type rule
1 parent c1f6737 commit 3a25807

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mago.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ level = "off"
2727
name = "naming/interface"
2828
level = "off"
2929

30+
[[linter.rules]]
31+
# since we support php 8.2 we cannot use constant types
32+
name = "strictness/require-constant-type"
33+
level = "off"
34+

0 commit comments

Comments
 (0)