Skip to content

Commit feacf4e

Browse files
committed
Add shellcheck ignore for overridden function
1 parent 4598844 commit feacf4e

File tree

1 file changed

+2
-0
lines changed
  • crates/fig_integrations/src/shell

1 file changed

+2
-0
lines changed

crates/fig_integrations/src/shell/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ impl ShellExt for Shell {
199199
include_str!("scripts/bash-preexec.sh"),
200200
"}\n",
201201
"__fig_source_bash_preexec\n",
202+
"# shellcheck disable=SC2329\n",
202203
"function __bp_adjust_histcontrol() { :; }\n",
203204
include_str!("scripts/pre.sh")
204205
)
@@ -209,6 +210,7 @@ impl ShellExt for Shell {
209210
include_str!("scripts/bash-preexec.sh"),
210211
"}\n",
211212
"__fig_source_bash_preexec\n",
213+
"# shellcheck disable=SC2329\n",
212214
"function __bp_adjust_histcontrol() { :; }\n",
213215
include_str!("scripts/post.bash")
214216
)

0 commit comments

Comments
 (0)