dbstyleguidechecker 1.0.0 copy "dbstyleguidechecker: ^1.0.0" to clipboard
dbstyleguidechecker: ^1.0.0 copied to clipboard

outdated

A tool that help you verify a project agains code style guide and automatize pull request review.

example/lib/example.dart

void main() {
  List.generate(10, (index) => SomeConstClass(7))
      .map((some) => print(some.immutableNumber));

  final as_sdf34 = "bad viarable name and unsued";

  // should be awaited
  runAndForget();

  final String kingLongName = "dhbahsdhbashfhsdvhfvahsvhvdhfasvfhvasfhvhvahsvdhahsvf";
}

Future runAndForget() {
  return Future.value(56);
}

class SomeConstClass {
  const SomeConstClass(this.immutableNumber);

  final int immutableNumber;
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A tool that help you verify a project agains code style guide and automatize pull request review.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, http, io, meta, path

More

Packages that depend on dbstyleguidechecker