Skip to content

0.3.0

Compare
Choose a tag to compare
@AMDmi3 AMDmi3 released this 11 Mar 13:27
· 215 commits to master since this release
  • Switch to custom config format
  • Support filtering rules by tags
  • Support negative conditions (nofiles and nomatch)
  • 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
  • Support --error-exit option
  • Support inline omnilinter: ignore markers