An opinionated analysis configuration that aims to enable insightful analysis of your packages.
To use package:night_raven_insight as your
package's base analysis configuration,
first add it as a dev dependency in your pubspec.yaml file:
dart pub add dev:night_raven_insightThen, specify it as the value of the include field
in your analysis_options.yaml file:
include: package:night_raven_insight/analysis_options.yamlTo learn more about the options this package enables and other analysis options, check out Customizing static analysis and the list of all linter rules that Dart provides.