actions-flutter-pub-publisher
actions-flutter-pub-publisher copied to clipboard
Ignore warnings when publishing package
Hi.
I'm using this action in the fl_chart package.
I wanted to use docs.page.
I added the docs
directory at the root of my repository.
But it failed because there is a warning:
Package validation found the following potential issue:
* Rename the top-level "docs" directory to "doc".
The Pub layout convention is to use singular directory names.
Plural names won't be correctly identified by Pub and other tools.
Now I wanted to know how can I ignore this warning in my CI / CD?