Skip to content

Commit

Permalink
fix lint line length
Browse files Browse the repository at this point in the history
Signed-off-by: Filinto Duran <[email protected]>
  • Loading branch information
filintod committed Aug 24, 2023
1 parent 7306428 commit 4ed7350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions golden/golden.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ type helperT interface {
// This does not affect the contents of the golden files themselves. And depending on the
// git settings on your system (or in github action platform default like windows), the
// golden files may contain CRLF line endings. You can avoid this by setting the
// .gitattributes file in your repo to use LF line endings for all files, or just the golden files, by
// adding the following line to your .gitattributes file:
// .gitattributes file in your repo to use LF line endings for all files, or just the golden
// files, by adding the following line to your .gitattributes file:
//
// * text=auto eol=lf
var NormalizeCRLFToLF = os.Getenv("GOTESTTOOLS_GOLDEN_NormalizeCRLFToLF") != "false"
Expand Down

0 comments on commit 4ed7350

Please sign in to comment.