solid_lints 0.0.6 copy "solid_lints: ^0.0.6" to clipboard
solid_lints: ^0.0.6 copied to clipboard

outdated

Lints for Dart and Flutter based on software industry standards and best practices.

example/lib/solid_lints_example.dart

void main() {
  tooManyParams(1, 2, 3, 4, 5);
}

/// Documentation
///
int tooManyParams(int p1, int p2, int p3, int p4, int p5) =>
    p1 + p2 + p3 + p4 + p5;
49
likes
0
pub points
75%
popularity

Publisher

verified publishersolid.software

Lints for Dart and Flutter based on software industry standards and best practices.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_code_metrics

More

Packages that depend on solid_lints