1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

misc/bash/completion.sh: Fix shellcheck

This commit is contained in:
Robert Hensing 2025-09-22 19:15:44 +02:00
parent c12187b15a
commit 1878e788ce
2 changed files with 1 additions and 1 deletions

View file

@ -106,7 +106,6 @@
enable = true; enable = true;
excludes = [ excludes = [
# We haven't linted these files yet # We haven't linted these files yet
''^misc/bash/completion\.sh$''
''^misc/fish/completion\.fish$'' ''^misc/fish/completion\.fish$''
''^misc/zsh/completion\.zsh$'' ''^misc/zsh/completion\.zsh$''
''^scripts/create-darwin-volume\.sh$'' ''^scripts/create-darwin-volume\.sh$''

View file

@ -1,3 +1,4 @@
# shellcheck shell=bash
function _complete_nix { function _complete_nix {
local -a words local -a words
local cword cur local cword cur