Skip to content

Commit ecad380

Browse files
committed
fix: let config be absolute
1 parent 90e98e7 commit ecad380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/github/xepozz/mago/qualityTool/MagoAnnotatorProxy.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ open class MagoAnnotatorProxy : QualityToolAnnotator<MagoValidationInspection>()
115115
settings.configurationFile,
116116
project,
117117
INSTANCE.qualityToolType,
118-
).let { toWorkspaceRelativePath(workspace, it) }
118+
)
119119

120120
if (configurationFile.isNotEmpty()) {
121121
add("--config=$configurationFile")

0 commit comments

Comments
 (0)