Skip to content

Commit bc27512

Browse files
committed
tests: add to clean_files.txt
1 parent c802175 commit bc27512

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

clean_files.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#
1919
docs/
2020
hooks/
21+
test/
2122

2223
# root files
2324
#
@@ -123,12 +124,6 @@ plugins/available/todo.plugin.bash
123124
plugins/available/xterm.plugin.bash
124125
plugins/available/zoxide.plugin.bash
125126

126-
# tests
127-
#
128-
test/plugins/alias-completion.plugin.bats
129-
test/run
130-
test/test_helper.bash
131-
132127
# themes
133128
#
134129
themes/90210
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
22

33
alias test_alias="a"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
22

33
alias test_alias="b"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
22

33
alias test_alias="c"

test/lib/search.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ function local_setup_file() {
99
}
1010

1111
@test "search: plugin base" {
12+
# shellcheck disable=SC2034
1213
BASH_IT_SEARCH_USE_COLOR=false
1314
run _bash-it-search-component 'plugins' 'base'
1415
assert_line -n 0 ' plugins: base '

test/themes/base.theme.git.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# shellcheck shell=bats
22
# shellcheck disable=SC2034
3+
# shellcheck disable=SC2016
34

45
load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"
56

0 commit comments

Comments
 (0)