Skip to content

Commit 2c8dfe9

Browse files
- Updated cursor rules to always apply and removed unnecessary globs.
- Upgraded eslint version from 8.57.0 to 9.3.0 in the test configuration. - Cleaned up imports in getTools.go by removing unused packages. These modifications enhance the configuration's clarity and ensure compatibility with the latest tool versions.
1 parent 29e2c63 commit 2c8dfe9

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.cursor/rules/cursor.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description:
3-
globs: *.*
4-
alwaysApply: false
3+
globs:
4+
alwaysApply: true
55
---
66

77
# Your rule content

cmd/init_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func TestConfigFileTemplate(t *testing.T) {
2424
expected: []string{
2525
2626
27-
"eslint@8.57.0",
27+
"eslint@9.3.0",
2828
2929
3030

tools/getTools.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ import (
55
"codacy/cli-v2/domain"
66
"codacy/cli-v2/plugins"
77
"codacy/cli-v2/utils/logger"
8-
"encoding/json"
9-
"errors"
108
"fmt"
119
"strings"
12-
"time"
1310

1411
"github.com/sirupsen/logrus"
1512
)

0 commit comments

Comments
 (0)