Added constants

This commit is contained in:
2026-01-16 21:41:20 +01:00
parent cef02956b1
commit 1b709707b5
2 changed files with 18 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ linter:
prefer_const_declarations: true
prefer_const_literals_to_create_immutables: true
unnecessary_const: true
lines_longer_than_80_chars: false
lines_longer_than_80_chars: false
constant_identifier_names: false