Brandon Trautmann
Brandon Trautmann
### Version 3.2.0 ### Library feedback ### Flutter channel stable ### Flutter version 3.29.2 ### Platform Android ### Details When using the `feedbackBuilder` parameter to build a custom feedback interface,...
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...
I created [this issue](https://github.com/ibiqlik/action-yamllint/issues/46) originally, but upon doing more investigation I realized this is really just an issue (or oddity) with `yamllint` itself. Basically, all the tooling I'm used to...
Hello 👋 I am hoping to discuss whether you'd consider adding inputs that would allow a caller to indicate that they'd like to _restore_ bundler cache but NOT save it...
We have a base `.yamllint` in the root of our repository. ```yaml extends: default ... ``` Then, in the `.github` directory we have another `.yamllint` file: ```yaml extends: ./../.yamllint ```...