Skip to content

Commit

Permalink
ignore lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Nov 13, 2024
1 parent 17ae08e commit 58941ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lexer/lexer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ func TestTokenize(t *testing.T) {
CharacterType: token.CharacterTypeMiscellaneous,
Indicator: token.NotIndicator,
Value: "a",
//nolint: gci
Origin: " a",
},
},
Expand Down Expand Up @@ -3173,6 +3174,7 @@ a: |invalid`,
},
{
name: "use tab character as indent",
//nolint: gci
src: " a: b",
},
{
Expand Down

0 comments on commit 58941ed

Please sign in to comment.