Micha Sengotta

Results 2 issues of Micha Sengotta

**Describe the bug** The `--filter` argument to `tflint` is too restrictive. [This is the relevant code](https://github.com/gruntwork-io/pre-commit/blob/630cb7ce1d2bfddc00d403fe1f8a920c3174d232/hooks/tflint.sh#L47): ```bash for file in "${FILES[@]}" do tflint "${ARGS[@]}" --chdir "$(dirname "$file")" --filter "$(basename "$file")"...

bug

Flutter 3.22 deprecated and replaced the old web app initialization. Web initialization of this package is no longer compatible. Instead of this: ```html window.addEventListener('load', function (ev) { // Download main.dart.js...

stale