Add a Sonatype Lift configuration to ignore uninteresting results (#691)

This commit is contained in:
Thomas M. DuBuisson 2022-04-28 09:30:15 -07:00 committed by GitHub
parent eb20914fa7
commit e1fb09caa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.lift/config.toml Normal file
View File

@ -0,0 +1,4 @@
ignoreRules = ["MissingOverride"]
ignoreFiles = '''
**/test/**
'''