File tree Expand file tree Collapse file tree 6 files changed +6
-9
lines changed Expand file tree Collapse file tree 6 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1818#
1919docs/
2020hooks/
21+ test/
2122
2223# root files
2324#
@@ -123,12 +124,6 @@ plugins/available/todo.plugin.bash
123124plugins/available/xterm.plugin.bash
124125plugins/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#
134129themes/90210
Original file line number Diff line number Diff line change 1- #! /usr/bin/env bash
1+ # shellcheck shell= bash
22
33alias test_alias=" a"
Original file line number Diff line number Diff line change 1- #! /usr/bin/env bash
1+ # shellcheck shell= bash
22
33alias test_alias=" b"
Original file line number Diff line number Diff line change 1- #! /usr/bin/env bash
1+ # shellcheck shell= bash
22
33alias test_alias=" c"
Original file line number Diff line number Diff 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 '
Original file line number Diff line number Diff line change 11# shellcheck shell=bats
22# shellcheck disable=SC2034
3+ # shellcheck disable=SC2016
34
45load " ${MAIN_BASH_IT_DIR?} /test/test_helper.bash"
56
You can’t perform that action at this time.
0 commit comments