Implement F631 (AssertTuple) (#99)

This commit is contained in:
Harutaka Kawamura 2022-09-04 21:39:49 +09:00 committed by GitHub
parent e2f46537fd
commit 312bfd8d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 61 additions and 0 deletions

View file

@ -48,6 +48,7 @@ impl Settings {
CheckCode::F401,
CheckCode::F403,
CheckCode::F541,
CheckCode::F631,
CheckCode::F634,
CheckCode::F706,
CheckCode::F831,