mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 17:41:28 +01:00
updated per issue #888
This commit is contained in:
@@ -46,7 +46,15 @@ public class FileNameAnalyzer extends AbstractAnalyzer {
|
|||||||
private static final NameFileFilter IGNORED_FILES = new NameFileFilter(new String[]{
|
private static final NameFileFilter IGNORED_FILES = new NameFileFilter(new String[]{
|
||||||
"__init__.py",
|
"__init__.py",
|
||||||
"__init__.pyc",
|
"__init__.pyc",
|
||||||
"__init__.pyo",});
|
"__init__.pyo",
|
||||||
|
"composer.lock",
|
||||||
|
"configure.in",
|
||||||
|
"configure.ac",
|
||||||
|
"Gemfile.lock",
|
||||||
|
"METADATA",
|
||||||
|
"PKG-INFO",
|
||||||
|
"package.json",
|
||||||
|
"Package.swift",});
|
||||||
//CSON: WhitespaceAfter
|
//CSON: WhitespaceAfter
|
||||||
|
|
||||||
//<editor-fold defaultstate="collapsed" desc="All standard implementation details of Analyzer">
|
//<editor-fold defaultstate="collapsed" desc="All standard implementation details of Analyzer">
|
||||||
|
|||||||
Reference in New Issue
Block a user