- remove reference to a hint that was removed in Dart 3
can_be_null_after_null_aware
- #200 Remove
sdk_version_<language_feature>
rules. These were diagnostics produced by the analyzer when a language feature was used without specifying the proper minimum SDK version and this package was promoting them to errors since earlier versions of Dart did not do that by default. They are no longer necessary.
- #198 Add NNBD-related lints
- Add
v2
rulesets:package:workiva_analysis_options/v2.yaml
package:workiva_analysis_options/v2.recommended.yaml
- CI tweaks.
- Replace deprecated
pub
commands.
- CI tweaks.
- The following rules are no longer promoted to warnings:
unused_element
unused_field
unused_import
unsafe_html
- Widen dependency ranges.
- Null safety release. No Dart code in this package's
lib/
, so this is being done in a minor release. - Switch from Travis CI to GitHub workflow.
- Add ignore for uri_has_not_been_generated errors
- Setup Travis CI
- Initial release