Releases: damian-burke/danger-plugin-lint-report
Releases · damian-burke/danger-plugin-lint-report
1.8.1
Bug Fixes
- allow empty commits in publish step (766763d)
1.8.0
Features
- checkstyleconfig: adds a
removeDuplicates
option to remove duplicate violations (63afe10), closes #2
1.7.1
Bug Fixes
- remove optionalDependency 'esdoc' because it is unused and outdated (#44) (c868b5a)
1.7.0
Features
- allow to specify project root path (#40) (8eb8b01)
Reverts
1.5.6
Bug Fixes
- fix file path logic for files with the same name and different path (#33) (15227de)
- reference correct generated type definition (071ac58)
1.5.5
Bug Fixes
- allow checkstyle files without messages (47a5ee4)
1.5.4
Bug Fixes
- support lint files calculated in a different machine/process (#31) (554e004), closes #29
1.5.3
Bug Fixes
- add more auth info for yarn (167d82c)
Features
- feat: limit parallelization of scan (4327812)
Refactoring
- refactor: just use yarn.lock & upgrade to yarn 3 (acb5d57)