VeryGoodOpenSource / very_good_analysis

Lint rules for Dart and Flutter used internally at Very Good Ventures 🦄
https://pub.dev/packages/very_good_analysis
MIT License
369 stars 38 forks source link

The link for the "complete list of options" points to the outdated list #79

Closed heeyunlee closed 1 year ago

heeyunlee commented 1 year ago

Describe the bug The link for the "complete list of options" on the README documentation here points to the analysis_options.3.1.0.yaml file, but I think it should point to the latest analysis options, which is analysis_options.5.0.0.yaml

To Reproduce Steps to reproduce the behavior:

  1. Go to README documentation.
  2. Click on the "complete list of options" hyperlink.
  3. Verify that the opened link is for a list of options for the 3.1.0 version instead of the up-to-date, 5.0.0, version.

Expected behavior Analysis options for 5.0.0 should be opened.

renancaraujo commented 1 year ago

https://github.com/VeryGoodOpenSource/very_good_analysis/pull/82