GdpLint enum
GDP lint issues
Values
- placement → const GdpLint
-
The dependency is not in dependency_overrides
const GdpLint(code: 'gdp_placement', message: 'Not in dependency_overrides')
- specifyPrs → const GdpLint
-
The dependency does not specify any PRs
const GdpLint(code: 'gdp_specify_prs', message: 'No PRs specified')
- specifyHash → const GdpLint
-
The dependency does not specify a commit hash
const GdpLint(code: 'gdp_specify_hash', message: 'Ref is missing or not a commit hash')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromCode(
String code) → GdpLint? - Get a lint from its code
-
fromDependency(
GitDependencyReference dependency) → List< GdpLint> - Generate lints for a dependency