oath 0.2.0 copy "oath: ^0.2.0" to clipboard
oath: ^0.2.0 copied to clipboard

Swear a Paladin's Oath to code righteousness by enforcing lints.

example/example.dart

// Uncomment a line below to see the diagnostics caught by the lint rules.

// Ignore this to make the example more readable.
// ignore_for_file: unused_local_variable

void main() {
  // Strict analysis options
  {
    final notAnInt = ':)' as dynamic;
    // int definitelyAnInt = notAnInt;
    // var oopsListOfDynamic = [];
    // List anotherOopsListOfDynamic = [];
  }
}
0
likes
0
pub points
8%
popularity

Publisher

verified publisherlurey.dev

Swear a Paladin's Oath to code righteousness by enforcing lints.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

lints

More

Packages that depend on oath