package
0.0.0-20240813060107-005fe8a3629a
Repository: https://github.com/arduino/arduino-lint.git
Documentation: pkg.go.dev

# Packages

Package ruleconfiguration defines the configuration of each rule: - metadata - output template - under which conditions it's enabled - the level of a failure - which function implements it */.
Package rulefunction contains the functions that implement each rule.
Package rulelevel defines the level assigned to a rule violation.
Package ruleresult defines the possible result values returned by a rule.
Package schema contains code for working with JSON schema.

# Functions

IsEnabled returns whether a given rule is enabled under a given tool configuration.
Runner runs all rules for the given project and outputs the results.