mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-12 09:08:21 -05:00
ceb46755cd
- plugins: add dial.nvim, remove spellsitter.nvim - null-ls.nvim: make a list of interesting linters/formatters - chore: add luacheck
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
podman run --rm -i docker.io/hadolint/hadolint \
|
|
hadolint --no-fail --format=json - < "$@"
|