core_analysis 0.3.8 copy "core_analysis: ^0.3.8" to clipboard
core_analysis: ^0.3.8 copied to clipboard

Dart analysis_options for Core projects

example/lib/example.dart

// The following syntax deactivates a lint for the entire file:
// ignore_for_file: avoid_print

void main() {
  /// The following line would normally show a lint warning
  /// but we can disable the lint rule for this line using the following syntax.
  var greeting = 'hello world'; // ignore: prefer_final_locals

  /// The following line would normally show a lint warning
  /// but we can disable the lint rule for this file using `ignore_for_file`.
  print(greeting);
}
1
likes
140
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Dart analysis_options for Core projects

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

very_good_analysis

More

Packages that depend on core_analysis