Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 14:19
· 3 commits to main since this release
3bf1267

Added

  • Improve check for files to lint on non unix operating systems

Changed

  • [BREAKING] Use ant pattern matching to check for included files. This might be a breaking change for some people, please check your included files in the settings if you encounter any issues. E.g. the default inclusion pattern **openapi.json would now no longer match the path openapi/v1-openapi.json, please use **/*openapi.json instead.