test_filename_lint 0.1.0 copy "test_filename_lint: ^0.1.0" to clipboard
test_filename_lint: ^0.1.0 copied to clipboard

Simple lint to detect incorrectly names test files

About this lint #

Simple dart lint that checks if test file is names correctly. For dart test command, only files with _test suffix are considered. It may be easy to forget about that, and test that is not being run is useless.

Installation #

In your pubspec add

    dev_dependencies:
        test_filename_lint: 0.1.0

In analysis_options add

analyzer:
  plugins:
    - custom_lint
0
likes
140
points
172
downloads

Publisher

unverified uploader

Weekly Downloads

Simple lint to detect incorrectly names test files

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, custom_lint_builder

More

Packages that depend on test_filename_lint