Oath Linter for Dart

Swear a Paladin's Oath to code righteousness.

Github Actions Pub

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

Libraries