Skip to content
Open
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
2 changes: 1 addition & 1 deletion actionvalidator/all.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/all_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/all_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/any.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/any_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/any_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/any_with_all_warnings.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/any_with_all_warnings_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/any_with_all_warnings_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/at_least_one_of.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/at_least_one_of_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/at_least_one_of_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/conflicting.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/conflicting_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/conflicting_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

// Package actionvalidator provides validators to express relationships
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/exactly_one_of.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/exactly_one_of_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/exactly_one_of_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/required_together.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/required_together_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion actionvalidator/required_together_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package actionvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/all.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/all_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/also_requires.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/also_requires_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/any.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/any_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/any_with_all_warnings.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/any_with_all_warnings_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/at_least_one_of.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/at_least_one_of_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/conflicts_with.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/conflicts_with_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

// Package boolvalidator provides validators for types.Bool attributes or function parameters.
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/equals.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/equals_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/exactly_one_of.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/exactly_one_of_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion boolvalidator/prefer_write_only_attribute.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package boolvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/all.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/all_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/all_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/any.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/any_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/any_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/any_with_all_warnings.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/any_with_all_warnings_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/at_least_one_of.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/at_least_one_of_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/at_least_one_of_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/conflicting.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/conflicting_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/conflicting_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

// Package datasourcevalidator provides validators to express relationships
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/exactly_one_of.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/exactly_one_of_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/exactly_one_of_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/required_together.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/required_together_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion datasourcevalidator/required_together_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package datasourcevalidator_test
Expand Down
2 changes: 1 addition & 1 deletion dynamicvalidator/all.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package dynamicvalidator
Expand Down
2 changes: 1 addition & 1 deletion dynamicvalidator/all_example_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package dynamicvalidator_test
Expand Down
2 changes: 1 addition & 1 deletion dynamicvalidator/also_requires.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2022, 2025
// SPDX-License-Identifier: MPL-2.0

package dynamicvalidator
Expand Down
Loading