Lint for multiple versions of dependencies

This commit is contained in:
Yusuf Simonson
2018-04-30 06:20:39 +07:00
parent 1742229ebb
commit 7de706b34b
6 changed files with 86 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ lint_levels = {
"restriction": 'Allow',
"pedantic": 'Allow',
"nursery": 'Allow',
"cargo": 'Allow',
}