strict_lints 0.3.1 copy "strict_lints: ^0.3.1" to clipboard
strict_lints: ^0.3.1 copied to clipboard

Strict linter options and its parser for Dart's official docs.

0.3.1 #

  • Cancel always_put_required_named_parameters_first because it's better to put the child parameter at the end, which might be required.
  • Cancel diagnostic_describe_all_properties because it's too verbose.

0.3.0 #

  • This version had been refactored that the APIs are completely different from the previous versions.
  • Spider to parse Dart's Official API docs and write into config files.
  • Linter rules data structure and configurable options overrides.
  • Support for Chinese(zh locale) documentation.
  • CI/CD is removed from current repo and moved to its outer monorepo.
  • This version had been maintained by the DigSo Organization rather than only James Aprosail, the previous maintainer, himself. Stilled MIT Licensed.

0.2.0 #

  • This version had been refactored that the APIs are completely different from the previous versions.
  • Basic structure and elementary linter rules.
  • CI/CD for publish onto pub.dev.

0.1.1 #

  • Disable require message in asserts.

0.1.0 #

  • Basic lint options, setup manually.
  • Also apply those lint options to this repo itself.

0.0.0 #

  • Initial version as placeholder.
  • The exact options had not been finished yet in this version.
  • Spider get all APIs from official site, and parse the status of those rules, including:
1
likes
130
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Strict linter options and its parser for Dart's official docs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter_lints, html, http, path, yaml_edit

More

Packages that depend on strict_lints