Ignore CFS0001 warning (#18258)

This commit is contained in:
Matt Thalman 2024-01-16 11:56:25 -06:00 committed by GitHub
parent f7bec300e7
commit aa5f136790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,6 @@
{
"cfs" : ["CFS0013"]
"cfs" : [
"CFS0001",
"CFS0013"
]
}