night_raven_insight 4.0.0
night_raven_insight: ^4.0.0 copied to clipboard
An opinionated analysis configuration that aims to enable insightful analysis of your packages.
An opinionated analysis configuration that aims to enable insightful analysis of your packages.
Enable analysis #
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_insight
Then, specify it as the value of the include field
in your analysis_options.yaml file:
include: package:night_raven_insight/analysis_options.yaml
Learn more #
To 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.