netglade_analysis 4.0.0 netglade_analysis: ^4.0.0 copied to clipboard
Lint rules for Dart and Flutter used internally at netglade.
void main() {
/// The following line would normally show lint warnings
/// but we can disable the lint rules for this line using the following syntax:
// ignore: unused_local_variable, prefer_final_locals
var a = 5;
}