mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
misc/bash/completion.sh: Fix shellcheck
This commit is contained in:
parent
c12187b15a
commit
1878e788ce
2 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,6 @@
|
|||
enable = true;
|
||||
excludes = [
|
||||
# We haven't linted these files yet
|
||||
''^misc/bash/completion\.sh$''
|
||||
''^misc/fish/completion\.fish$''
|
||||
''^misc/zsh/completion\.zsh$''
|
||||
''^scripts/create-darwin-volume\.sh$''
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# shellcheck shell=bash
|
||||
function _complete_nix {
|
||||
local -a words
|
||||
local cword cur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue