staticdev

Results 110 comments of staticdev

@zhan9san looks like it happens only on Debian for some not yet known reason. Could you maybe try in a VM?

> As you can see, I did test it in a VM(a ubuntu server). > > And you can check the `diff` and I did use `debian11` When I said...

@zhan9san after some test I was able to make it work. For that 3 conditions are REQUIRED: * Upgrade to molecule 4.0.3 * Add cgroupns_mode: host * Change `/sys/fs/cgroup:/sys/fs/cgroup:ro` to...

@k0ste sorry but I didn't find a solution yet. `--strict` does not transform all warnings in errors as I want. I run on a sample project and still get things...

test.yml ```yml test: on ``` They keep being warnings even with `--strict`: ``` workspace/test % yamllint test.yml --strict test.yml 1:1 warning missing document start "---" (document-start) 1:7 warning truthy value...

@k0ste yes, but this behavior is inconsistent visually. I know I can make it work on the CI (to fail when there is something), but when the developers are checking...

@k0ste exactly, this behavior is what I expected from `--strict`.

@jsok long time to respond, but yes, if there is no way this is a feature request issue. Maybe `--warnings-as-errors` or similar.

@awtkns actually not.. you won't see reactions implemented on this lib. You can find references here https://docs.github.com/en/rest/reference/reactions

@awtkns PRs are always welcome.