Reduce LineLength from 320 to 300 (#29636)

This commit is contained in:
Matt Jankowski 2024-04-02 11:50:57 -04:00 committed by GitHub
parent f8b03c3925
commit d27eb181f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -11,6 +11,6 @@ linters:
MiddleDot:
enabled: true
LineLength:
max: 320
max: 300
ViewLength:
max: 200 # Override default value of 100 inherited from rubocop