home: direnv: lib: fix shellcheck directive
All checks were successful
ci/woodpecker/push/check Pipeline was successful

I like it better with a space in it.
This commit is contained in:
Bruno BELANYI 2024-10-21 14:24:42 +00:00
parent cf1aeaf088
commit 46df8b5b5b
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#shellcheck shell=bash # shellcheck shell=bash
# shellcheck disable=2155 # shellcheck disable=2155
use_android() { use_android() {

View file

@ -1,4 +1,4 @@
#shellcheck shell=bash # shellcheck shell=bash
use_pkgs() { use_pkgs() {
if ! has nix; then if ! has nix; then

View file

@ -1,4 +1,4 @@
#shellcheck shell=bash # shellcheck shell=bash
layout_postgres() { layout_postgres() {
if ! has postgres || ! has initdb; then if ! has postgres || ! has initdb; then

View file

@ -1,4 +1,4 @@
#shellcheck shell=bash # shellcheck shell=bash
layout_poetry() { layout_poetry() {
if ! has poetry; then if ! has poetry; then