File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 hooks :
1313 - id : shfmt-docker
1414 types : [text]
15- files : ^(bash_completion(\.d/[0-9]{3}_.+ )?|completions/.+|test/(config/bashrc|update-test-cmd-list)|.+\.sh(\.in)?)$
15+ files : ^(bash_completion(\.d/[^/]+\.bash )?|completions/.+|test/(config/bashrc|update-test-cmd-list)|.+\.sh(\.in)?)$
1616 exclude : ^completions/(\.gitignore|Makefile.*)$
1717
1818 - repo : https://github.com/shellcheck-py/shellcheck-py
2121 - id : shellcheck
2222 args : [-f, gcc]
2323 types : [text]
24- files : ^(bash_completion(\.d/[0-9]{3}_.+ )?|completions/.+|test/(config/bashrc|update-test-cmd-list)|.+\.sh(\.in)?)$
24+ files : ^(bash_completion(\.d/[^/]+\.bash )?|completions/.+|test/(config/bashrc|update-test-cmd-list)|.+\.sh(\.in)?)$
2525 exclude : ^completions/(\.gitignore|Makefile.*)$
2626 require_serial : false # We disable SC1090 anyway, so parallel is ok
2727
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pkgdata_DATA = bash_completion
44
55# Empty, but here just to get the compat dir created with install
66compatdir = $(sysconfdir ) /bash_completion.d
7- compat_DATA = bash_completion.d/000_bash_completion_compat
7+ compat_DATA = bash_completion.d/000_bash_completion_compat.bash
88
99profiledir = $(sysconfdir ) /profile.d
1010profile_DATA = bash_completion.sh
File renamed without changes.
You can’t perform that action at this time.
0 commit comments