]> granicus.if.org Git - libevent/blob - .yamllint
Fix memleak in regress tests
[libevent] / .yamllint
1 # vi: ft=yaml
2 ---
3 extends: default
4
5 rules:
6     indentation:
7         level: warning
8         indent-sequences: consistent
9     line-length: disable
10     # github-actions "on:"
11     truthy: disable