Skip to content

Commit 32801cb

Browse files
authored
Merge pull request #707 from soulcutter/gh-703-private-constant-scope
Disable `Lint/UselessConstantScoping`
2 parents 1c67ccb + c4fd8d2 commit 32801cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ Lint/UselessAssignment:
864864
Enabled: true
865865

866866
Lint/UselessConstantScoping:
867-
Enabled: true
867+
Enabled: false
868868

869869
Lint/UselessDefined:
870870
Enabled: true

0 commit comments

Comments
 (0)