|
14 | 14 | _notice_filename = ['licen[cs]e[s]?', 'notice[s]?', 'legal', 'copyright[s]?', 'copying*', 'patent[s]?', 'unlicen[cs]e', 'eula', |
15 | 15 | '[a,l]?gpl[-]?[1-3]?[.,-,_]?[0-1]?', 'mit', 'bsd[-]?[0-4]?', 'bsd[-]?[0-4][-]?clause[s]?', |
16 | 16 | 'apache[-,_]?[1-2]?[.,-,_]?[0-2]?'] |
17 | | -_manifest_filename = ['requirements\\.txt', 'setup\\.py', 'pyproject\\.toml', 'pnpm-lock\\.yaml', 'package\\.json', |
18 | | - 'pom\\.xml', 'build\\.gradle', 'pubspec\\.yaml', 'Podfile\\.lock', 'Package\\.resolved', |
19 | | - 'Cartfile\\.resolved', 'go\\.mod', 'packages\\.config', 'Chart\\.yaml', 'Cargo\\.toml'] |
| 17 | +_manifest_filename = [r'.*\.pom$', r'package\.json$', r'setup\.py$', r'pubspec\.yaml$', r'.*\.podspec$', r'Cargo\.toml$'] |
20 | 18 | _exclude_filename = ["changelog", "config.guess", "config.sub", "changes", "ltmain.sh", |
21 | 19 | "configure", "configure.ac", "depcomp", "compile", "missing", "makefile"] |
22 | 20 | _exclude_extension = [".m4", ".in", ".po"] |
|
0 commit comments