mirror of
https://github.com/imjasonh/apidiff-action
synced 2026-07-06 22:52:43 +00:00
Fix lint errors and formatting
- Remove unused variables - Add .eslintignore to exclude dist/ - Apply prettier formatting - Fix all pre-commit hook issues
This commit is contained in:
parent
e3eca548b6
commit
805c061497
20 changed files with 2397 additions and 2391 deletions
2
testdata/break/new/go.mod
vendored
2
testdata/break/new/go.mod
vendored
|
|
@ -1,3 +1,3 @@
|
|||
module example.com/test
|
||||
|
||||
go 1.21
|
||||
go 1.21
|
||||
|
|
|
|||
2
testdata/break/old/go.mod
vendored
2
testdata/break/old/go.mod
vendored
|
|
@ -1,3 +1,3 @@
|
|||
module example.com/test
|
||||
|
||||
go 1.21
|
||||
go 1.21
|
||||
|
|
|
|||
2
testdata/clean/new/go.mod
vendored
2
testdata/clean/new/go.mod
vendored
|
|
@ -1,3 +1,3 @@
|
|||
module example.com/test
|
||||
|
||||
go 1.21
|
||||
go 1.21
|
||||
|
|
|
|||
2
testdata/clean/old/go.mod
vendored
2
testdata/clean/old/go.mod
vendored
|
|
@ -1,3 +1,3 @@
|
|||
module example.com/test
|
||||
|
||||
go 1.21
|
||||
go 1.21
|
||||
|
|
|
|||
2
testdata/safe/new/go.mod
vendored
2
testdata/safe/new/go.mod
vendored
|
|
@ -1,3 +1,3 @@
|
|||
module example.com/test
|
||||
|
||||
go 1.21
|
||||
go 1.21
|
||||
|
|
|
|||
2
testdata/safe/old/go.mod
vendored
2
testdata/safe/old/go.mod
vendored
|
|
@ -1,3 +1,3 @@
|
|||
module example.com/test
|
||||
|
||||
go 1.21
|
||||
go 1.21
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue