pedantic_sensuikan1973 5.15.0
pedantic_sensuikan1973: ^5.15.0 copied to clipboard
The best Dart analyzer settings are used. sensuikan1973 edition.
import 'dart:io';
void main() {
stdout.writeln(
'This line is more than 80 chars, but analyzer do not warn. lines_longer_than_80_chars is disabled.',
);
if (''.isEmpty) {
stdout.writeln(
'analyzer do not warn. always_put_control_body_on_new_line is disabled.',
);
}
}