v3.0.0
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 pathopenapi/v1-openapi.json
, please use**/*openapi.json
instead.