mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +03:00
Update golangci-lint configuration
This commit is contained in:
parent
e33b1d67d5
commit
ec1df651e8
4 changed files with 19 additions and 1 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
)
|
||||
|
||||
func TestRevertRanges(t *testing.T) {
|
||||
t.Parallel()
|
||||
for _, testRange := range []struct {
|
||||
start, end int
|
||||
ranges []Range[int]
|
||||
|
@ -77,6 +78,7 @@ func TestRevertRanges(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestMergeRanges(t *testing.T) {
|
||||
t.Parallel()
|
||||
for _, testRange := range []struct {
|
||||
ranges []Range[int]
|
||||
expected []Range[int]
|
||||
|
@ -144,6 +146,7 @@ func TestMergeRanges(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestExcludeRanges(t *testing.T) {
|
||||
t.Parallel()
|
||||
for _, testRange := range []struct {
|
||||
ranges []Range[int]
|
||||
exclude []Range[int]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue