nerves_system_linter v0.2.1 Nerves.System.Linter.Rule.Callbacks
The language for defining a rule
.
Link to this section Summary
Types
Argument to a check
List or arguments
The name of the check to aply
Human readable message for a check
Replace the message for a check
If a check evaluates false, it should be a warning instead of error
Functions
Ensures a boolean value
Ensures a package is enabled
Ensures a value
Registers this rule to be evaluated
Link to this section Types
Argument to a check.
List or arguments.
The name of the check to aply.
Human readable message for a check.
Replace the message for a check.
If a check evaluates false, it should be a warning instead of error.
Link to this section Functions
Ensures a boolean value.
Link to this macro
ensure_package(package_name, opts \\ [])
(macro)
ensure_package(Nerves.System.Defconfig.config_name, args) :: Macro.t
Ensures a package is enabled.
Ensures a value.
Registers this rule to be evaluated.