0uep

Results 5 comments of 0uep

Hi @sahilm I finally rewrote many parts of your source code and improved the performance by a factor of 2.5. I also added support for matching "BTC/USD" and "BTC-USD". Please...

* [x] `./tfb --mode verify --test fiber` * [x] `./tfb --mode verify --test fiber-prefork` ``` ================================================================================ Verification Summary -------------------------------------------------------------------------------- | fiber-prefork | fortune : PASS | plaintext : PASS |...

Se also https://github.com/golang-standards/project-template/pull/2 to add shell script to make standard layout.

Hi @tschm I also use Podman. The following script `hadolint` is in my `$PATH` and runs the current downloaded image `docker.io/hadolint/hadolint`: ```sh #!/bin/bash dockerfile="$1" shift podman run --rm -i docker.io/hadolint/hadolint...

Hi @lorenzo Would you mind if the README explains how to use Hadolint with Podman? You may also share the tips from my previous message. Thank you for maintaining Hadolint....