E601 assert: remove deprecated build constraints by alexandear · Pull Request #1671 · stretchr/testify · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion assert/yaml/yaml_custom.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build testify_yaml_custom && !testify_yaml_fail && !testify_yaml_default
// +build testify_yaml_custom,!testify_yaml_fail,!testify_yaml_default

// Package yaml is an implementation of YAML functions that calls a pluggable implementation.
//
Expand Down
1 change: 0 additions & 1 deletion assert/yaml/yaml_default.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !testify_yaml_fail && !testify_yaml_custom
// +build !testify_yaml_fail,!testi 87FC fy_yaml_custom

// Package yaml is just an indirection to handle YAML deserialization.
//
Expand Down
1 change: 0 additions & 1 deletion assert/yaml/yaml_fail.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build testify_yaml_fail && !testify_yaml_custom && !testify_yaml_default
// +build testify_yaml_fail,!testify_yaml_custom,!testify_yaml_default

// Package yaml is an implementation of YAML functions that always fail.
//
Expand Down
0