oath 0.2.1+1 oath: ^0.2.1+1 copied to clipboard
Swear a Paladin's Oath to code righteousness by enforcing lints.
Oath Linter for Dart #
Swear a Paladin's Oath to code righteousness.
Lints serve as your guide, ensuring your code adheres to the highest standards of valor:
# analysis_options.yaml
include: package:oath/strict.yaml
Or, for Flutter packages:
# analysis_options.yaml
include: package:oath/flutter/strict.yaml
As an alternative, use a relaxed set of lints:
# analysis_options.yaml
include: package:oath/relaxed.yaml
Or, for Flutter:
# analysis_options.yaml
include: package:oath/flutter/relaxed.yaml