Skip to content

Commit c79d6cd

Browse files
author
Noah Gorny
committed
vendor: Add init.d directory to clean_files.txt
Also fix and lint the directory. This is our code, and as such, should be linted.
1 parent 9b04e11 commit c79d6cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

clean_files.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@ completion/available/vuejs.completion.bash
7070
aliases/available/dnf.aliases.bash
7171
aliases/available/vim.aliases.bash
7272
aliases/available/git.aliases.bash
73+
74+
# vendor init files
75+
vendor/init.d

vendor/init.d/preexec.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
source ${BASH_IT}/vendor/github.com/rcaloras/bash-preexec/bash-preexec.sh
1+
# shellcheck shell=bash
2+
# shellcheck disable=1090
3+
source "${BASH_IT}"/vendor/github.com/rcaloras/bash-preexec/bash-preexec.sh

0 commit comments

Comments
 (0)