linting 1.5.0 copy "linting: ^1.5.0" to clipboard
linting: ^1.5.0 copied to clipboard

linting is a framework for creating custom linters using the analyzer_plugin and cli.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add linting

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

dependencies:
  linting: ^1.5.0

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:linting/analyzer_plugin.dart';
import 'package:linting/cli.dart';
import 'package:linting/foundation.dart';
import 'package:linting/test.dart';
3
likes
80
pub points
8%
popularity

Publisher

unverified uploader

linting is a framework for creating custom linters using the analyzer_plugin and cli.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, analyzer_plugin, args, glob, path, source_span, test, yaml

More

Packages that depend on linting