masamune_lints library

Package that defines lint rules necessary for use with the Masamune framework.

To use, import package:masamune_lints/masamune_lints.dart.

Extensions

MethodInvocationExtensions on MethodInvocation
Extension method of MethodInvocation.

Functions

createPlugin() → PluginBase
Entry point for custom linter, passing a class that extends PluginBase.
customLint({bool watchMode = true, required Directory workingDirectory, bool fatalInfos = true, bool fatalWarnings = true, OutputFormatEnum format = OutputFormatEnum.plain, bool fix = false}) Future<void>
Runs plugins with custom_lint.dart on the given directory