Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable usage of global http2 enabling (available since nginx 1.25.1) #159

Merged
merged 1 commit into from
Oct 28, 2024

Enable usage of global http2 enabling (available since nginx 1.25.1)

1ee0043
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Enable usage of global http2 enabling (available since nginx 1.25.1) #159

Enable usage of global http2 enabling (available since nginx 1.25.1)
1ee0043
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck succeeded Oct 22, 2024 in 1s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (64)

nebula-meet/cert/regen.sh|3 col 33| This is a unicode non-breaking space. Delete and retype it.
nebula-meet/cert/regen.sh|4 col 24| This is a unicode non-breaking space. Delete and retype it.
nebula-meet/cert/regen.sh|7 col 1| read without -r will mangle backslashes.
nebula-meet/cert/regen.sh|15 col 41| Double quote to prevent globbing and word splitting.
nebula-meet/cert/regen.sh|16 col 15| Double quote to prevent globbing and word splitting.
nebula-meet/cert/regen.sh|17 col 17| Double quote to prevent globbing and word splitting.
nebula-meet/cert/regen.sh|18 col 13| Double quote to prevent globbing and word splitting.
nebula-meet/cert/regen.sh|20 col 9| Double quote to prevent globbing and word splitting.
nebula-meet/cert/regen.sh|20 col 19| Double quote to prevent globbing and word splitting.
nebula-meet/cert/regen.sh|22 col 8| Double quote to prevent globbing and word splitting.
nebula-meet/cert/regen.sh|22 col 14| Double quote to prevent globbing and word splitting.
nebula-meet/cert/regen.sh|22 col 22| Double quote to prevent globbing and word splitting.
systemd-networkd/files/batadv-throughput.sh|3 col 10| Use $(...) notation instead of legacy backticks ....
systemd-networkd/files/batadv-throughput.sh|5 col 19| Double quote to prevent globbing and word splitting.
jitsi/jibri/update_chromedriver.sh|3 col 23| Use $(...) notation instead of legacy backticks ....
jitsi/jibri/update_chromedriver.sh|4 col 9| Double quote to prevent globbing and word splitting.
jitsi/jibri/update_chromedriver.sh|9 col 6| Double quote to prevent globbing and word splitting.
jitsi/jibri/update_chromedriver.sh|10 col 52| Double quote to prevent globbing and word splitting.
nebula/cert/regen.sh|3 col 33| This is a unicode non-breaking space. Delete and retype it.
nebula/cert/regen.sh|4 col 24| This is a unicode non-breaking space. Delete and retype it.
nebula/cert/regen.sh|7 col 1| read without -r will mangle backslashes.
nebula/cert/regen.sh|15 col 41| Double quote to prevent globbing and word splitting.
nebula/cert/regen.sh|16 col 15| Double quote to prevent globbing and word splitting.
nebula/cert/regen.sh|17 col 17| Double quote to prevent globbing and word splitting.
nebula/cert/regen.sh|18 col 13| Double quote to prevent globbing and word splitting.
nebula/cert/regen.sh|20 col 9| Double quote to prevent globbing and word splitting.
nebula/cert/regen.sh|20 col 19| Double quote to prevent globbing and word splitting.
nebula/cert/regen.sh|22 col 8| Double quote to prevent globbing and word splitting.
nebula/cert/regen.sh|22 col 14| Double quote to prevent globbing and word splitting.
nebula/cert/regen.sh|22 col 22| Double quote to prevent globbing and word splitting.
snmpd/ifAlias|18 col 1| ALIASES_FILE appears unused. Verify use (or export if used externally).
snmpd/ifAlias|21 col 25| Double quote to prevent globbing and word splitting.
snmpd/ifAlias|31 col 13| To read lines rather than words, pipe/redirect to a 'while read' loop.
snmpd/ifAlias|47 col 14| Double quote to prevent globbing and word splitting.
snmpd/ifAlias|111 col 7| Double quote to prevent globbing and word splitting.
duplicity/files/backup.sh.jinja2|3 col 1| APPLICATION_KEY appears unused. Verify use (or export if used externally).
duplicity/files/backup.sh.jinja2|4 col 1| KEYID appears unused. Verify use (or export if used externally).
duplicity/files/backup.sh.jinja2|6 col 1| BUCKET appears unused. Verify use (or export if used externally).
duplicity/files/backup.sh.jinja2|8 col 35| This { is literal. Check expression (missing ;/\n?) or quote it.
duplicity/files/backup.sh.jinja2|8 col 74| '(' is invalid here. Did you forget to escape it?
duplicity/files/backup.sh.jinja2|8 col 74| Parsing stopped here. Invalid use of parentheses?
github-downloader/ffmeet-downloader|9 col 25| Double quote to prevent globbing and word splitting.
github-downloader/ffmeet-downloader|12 col 18| Double quote to prevent globbing and word splitting.
github-downloader/ffmeet-downloader|13 col 9| Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
github-downloader/ffmeet-downloader|13 col 12| Double quote to prevent globbing and word splitting.
github-downloader/ffmeet-downloader|14 col 29| Double quote to prevent globbing and word splitting.
github-downloader/ffmeet-downloader|17 col 25| Double quote to prevent globbing and word splitting.
github-downloader/ffmeet-downloader|19 col 12| Double quote to prevent globbing and word splitting.
github-downloader/ffmeet-downloader|20 col 15| Double quote to prevent globbing and word splitting.
certs/files/cleanup-dns.sh.jinja|11 col 1| Couldn't parse this brace group. Fix to allow more checks.
certs/files/cleanup-dns.sh.jinja|11 col 2| You need a space after the '{'.
certs/files/cleanup-dns.sh.jinja|11 col 40| '(' is invalid here. Did you forget to escape it?
certs/files/cleanup-dns.sh.jinja|11 col 40| Expected a '}'. If you have one, try a ; or \n in front of it.
certs/files/cleanup-dns.sh.jinja|11 col 40| Missing '}'. Fix any mentioned problems and try again.
certs/files/update-dns.sh.jinja|11 col 1| Couldn't parse this brace group. Fix to allow more checks.
certs/files/update-dns.sh.jinja|11 col 2| You need a space after the '{'.
certs/files/update-dns.sh.jinja|11 col 40| '(' is invalid here. Did you forget to escape it?
certs/files/update-dns.sh.jinja|11 col 40| Expected a '}'. If you have one, try a ; or \n in front of it.
certs/files/update-dns.sh.jinja|11 col 40| Missing '}'. Fix any mentioned problems and try again.
kvm/qemu-hook|30 col 112| read without -r will mangle backslashes.
kvm/qemu-hook|46 col 17| Double quote to prevent globbing and word splitting.
kvm/qemu-hook|49 col 27| Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
kvm/qemu-hook|59 col 31| Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
kvm/qemu-hook|70 col 11| Double quote to prevent globbing and word splitting.