You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added "META-INF" and "module-info.class" to ignore list (#1943)
* Added "META-INF" and "module-info.class" to ignore list #1876
- Everything under META-INF/ is generally metadata or configuration files that can be ignored.
- module-info.class is typically a generated file - it's the compiled version of a Java module descriptor that can be ignored as well.
Signed-off-by: Chin Yeung Li <[email protected]>
* Fixed failing tests #1876
- Added scan_ignored_to_files()
- Updated tests
Signed-off-by: Chin Yeung Li <[email protected]>
* Update test function to be consistent with the existing #1876
Signed-off-by: Chin Yeung Li <[email protected]>
---------
Signed-off-by: Chin Yeung Li <[email protected]>
0 commit comments