Peter Leitzen
Peter Leitzen
I am seeing the same behaviour as described by @esticle :point_up:
@adrienverge While you can use tools to determine which files are being parsed by yamllint it gets trickier if [ignoring paths](https://yamllint.readthedocs.io/en/stable/configuration.html#ignoring-paths) comes into play. In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/107001 I used `strace -e...
See https://github.com/adrienverge/yamllint/pull/524
@mikevoets Thanks for the reproduction :bow: I've stumbled upon the same error when trying to [upgrade `httparty` at GitLab](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110245) :sweat: I've fixed it [by using a `String` for `body:`](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110245/diffs?commit_id=00036f78f136f4c6748b509d63755763bee9d290) in...
@tisdall Thank you :bow: So, let's switch to GitHub Action I guess? :sweat_smile: