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
Support much more complex condition structure consisting of multiple positive and negative glob checks with multiple positive and negative content checks
Support multiple patterns (both globs and regexps) per condition
Support exclusion patterns (both globs and regexps)
Support JSON output
Support multiple text output modes
Support output coloring
Optimize matching engine which now does both directory traversal and file content checking in single pass
Support processing multiple roots in parallel, further improving the performance