package
module
Version:
v0.0.0-...-1031d88
Opens a new window with list of versions in this module.
Published: Nov 17, 2021
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
testify-rules
Ruleguard ruleset bundle for testify.
Install
See ruleguard documentation.
package gorules
import (
"github.com/quasilyte/go-ruleguard/dsl"
testifyrules "github.com/tdakkota/testify-rules"
)
func init() {
// Imported rules will have a "" prefix.
dsl.ImportRules("", testifyrules.Bundle)
}
Documentation
¶
Bundle holds the rules package metadata.
In order to be importable from other gorules package,
a package must define a Bundle variable.
Source Files
¶
Directories
¶
cmd
|
|
|
|
Click to show internal directories.
Click to hide internal directories.