SarifOutputReportSpec: Correctly detect Windows root directory on local development machine (#3584)

* SarifOutputReportSpec: Correctly detect Windows root directory on local development machine

* Update detekt-report-sarif/src/test/kotlin/io/github/detekt/report/sarif/SarifOutputReportSpec.kt

Co-authored-by: Chao Zhang <zhangchao6865@gmail.com>
This commit is contained in:
Ivo Šmíd
2021-03-22 18:52:08 +01:00
committed by GitHub
parent a847869951
commit 8dbb01fcbc
2 changed files with 4 additions and 2 deletions

View File

@@ -222,6 +222,7 @@ If you contributed to detekt but your name is not in the list, please feel free
- [Severn Everett](https://github.com/severn-everett) - New rule: SleepInsteadOfDelay
- [Adam Kobor](https://github.com/adamkobor) - New rule: MultilineLambdaItParameter
- [Slawomir Czerwinski](https://github.com/sczerwinski) - Rule improvement: FunctionOnlyReturningConstant
- [Ivo Smid](https://github.com/bedla) - Fix Local development on Windows
### Mentions