netglade_analysis 1.2.1 netglade_analysis: ^1.2.1 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;
}