Add scope tracking (and F706) (#22)

This commit is contained in:
Charlie Marsh 2022-08-20 22:17:21 -04:00 committed by GitHub
parent 6f8144e6c2
commit d7ee58c17a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 115 additions and 12 deletions

View file

@ -45,6 +45,7 @@ impl Settings {
CheckCode::F541,
CheckCode::F634,
CheckCode::F403,
CheckCode::F706,
CheckCode::F901,
CheckCode::E501,
])