web: roll back update to sonar
Bloody dependabot. We're not compatible with ESLint 9 yet, darnit, and yet dependabot keeps pushing upgrades on us.
This commit is contained in:
@ -70,7 +70,7 @@ function findChangedFiles() {
|
||||
modified(status) && checkable(filename) && notIgnored(filename)
|
||||
? [...acc, path.join(projectRoot, filename)]
|
||||
: acc,
|
||||
[]
|
||||
[],
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user