Skip to content

Commit

Permalink
Propagate test root to SarifFixAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6675636b796f75676974687562 committed Feb 22, 2023
1 parent 20b3ab7 commit 41dae7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ class FixPlugin(
// instead, there was created sarif file with list of fixes, which we will apply ourselves
val fixedFiles = SarifFixAdapter(
sarifFile = sarif,
targetFiles = testsPaths
targetFiles = testsPaths,
testRoot = testConfig.getRootConfig().directory,
).process()

// modify existing map, replace test copies to fixed test copies
Expand Down

0 comments on commit 41dae7f

Please sign in to comment.