Skip to content

Commit cffdea6

Browse files
fixing eslint tests
1 parent 7f5c327 commit cffdea6

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

plugins/tools/eslint/test/expected.sarif

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"runs": [
44
{
55
"artifacts": [
6+
{
7+
"location": {
8+
"uri": "file:///plugins/tools/eslint/test/src/.codacy/tools-configs/eslint.config.mjs"
9+
}
10+
},
611
{
712
"location": {
813
"uri": "file:///plugins/tools/eslint/test/src/Test.js"
@@ -22,7 +27,7 @@
2227
{
2328
"physicalLocation": {
2429
"artifactLocation": {
25-
"index": 0,
30+
"index": 1,
2631
"uri": "file:///plugins/tools/eslint/test/src/Test.js"
2732
},
2833
"region": {

plugins/tools/eslint/test/src/.codacy/codacy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ runtimes:
22
33
tools:
44
5-

plugins/tools/eslint/test/src/.eslintrc.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)