Luckey-Elijah / apealed_analysis

pedantic and very_good_analysis inspired lint rules with my own taste.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APEALED Analysis

lints- and very_good_analysis- inspired lint rules but with my own taste.

BSD 3-Clause "New" or "Revised" license

Usage

Add to project:

dart pub add dev:apealed_analysis
# or
flutter pub add dev:apealed_analysis

Include in your analysis_options.yaml:

include: package:apealed_analysis/analysis_options.yaml

Features

  • Strict typing for dart language
  • Excludes commonly generated files like *.freezed.dart and *.g.dart
  • Excludes __brick__ templates (from mason)
  • Strong linter ruleset (comparable to very_good_analysis)

About

pedantic and very_good_analysis inspired lint rules with my own taste.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 79.9%Language:Dart 20.1%