Skip to content

Commit

Permalink
ci: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Jul 24, 2023
1 parent c318932 commit fe1b444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ IGNORED_PATTERNS=(
"^# "

# Field order is well-defined
"/quad\.Quad struct literal uses unkeyed fields"
"/quad\.Quad composite literal uses unkeyed fields" # 1.19
"/quad\.Quad struct literal uses unkeyed fields" # 1.20

# Code imported from b
" method Seek\(k int64\) .* should have signature "
Expand Down

0 comments on commit fe1b444

Please sign in to comment.