custom_lint 0.0.14 copy "custom_lint: ^0.0.14" to clipboard
custom_lint: ^0.0.14 copied to clipboard

Lint rules are a powerful way to improve the maintainability of a project. Custom Lint allows package authors and developers to easily write custom lint rules.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate custom_lint

Use it

The package has the following executables:

$ custom_lint

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add custom_lint

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  custom_lint: ^0.0.14

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:custom_lint/basic_runner.dart';
176
likes
0
pub points
100%
popularity

Publisher

verified publisherinvertase.io

Lint rules are a powerful way to improve the maintainability of a project. Custom Lint allows package authors and developers to easily write custom lint rules.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, analyzer_plugin, args, async, ci, cli_util, collection, meta, package_config, path, pub_semver, pubspec_parse, recase, riverpod, uuid, yaml

More

Packages that depend on custom_lint