mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-29 09:47:29 +00:00
Merge pull request #112 from silverwind/poetry-generated
Add poetry.lock to generated files
This commit is contained in:
@@ -93,6 +93,9 @@ var GeneratedCodeNameMatchers = []GeneratedCodeNameMatcher{
|
||||
|
||||
// GraphQL relay
|
||||
nameContains("__generated__/"),
|
||||
|
||||
// Poetry lock
|
||||
nameEndsWith("poetry.lock"),
|
||||
}
|
||||
|
||||
// GeneratedCodeMatcher checks whether the file with the given data is
|
||||
|
Reference in New Issue
Block a user