workiva_analysis_options 1.5.0
workiva_analysis_options: ^1.5.0 copied to clipboard
Workiva's shared static analysis options.
1.4.2 #
- remove reference to a hint that was removed in Dart 3
can_be_null_after_null_aware
1.4.1 #
- #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.
1.3.0 #
- Add
v2rulesets:package:workiva_analysis_options/v2.yamlpackage:workiva_analysis_options/v2.recommended.yaml
1.2.5 #
- CI tweaks.
1.2.4 #
- Replace deprecated
pubcommands.
1.2.3 #
- CI tweaks.
1.2.2 #
- The following rules are no longer promoted to warnings:
unused_elementunused_fieldunused_importunsafe_html
1.2.1 #
- Widen dependency ranges.
1.2.0 #
- 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.
1.1.0 #
- Add ignore for uri_has_not_been_generated errors
1.0.2 #
- Setup Travis CI
1.0.1 #
- Initial release