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 12
12
hooks :
13
13
- id : shfmt-docker
14
14
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)?)$
16
16
exclude : ^completions/(\.gitignore|Makefile.*)$
17
17
18
18
- repo : https://github.com/shellcheck-py/shellcheck-py
21
21
- id : shellcheck
22
22
args : [-f, gcc]
23
23
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)?)$
25
25
exclude : ^completions/(\.gitignore|Makefile.*)$
26
26
require_serial : false # We disable SC1090 anyway, so parallel is ok
27
27
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pkgdata_DATA = bash_completion
4
4
5
5
# Empty, but here just to get the compat dir created with install
6
6
compatdir = $(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
8
8
9
9
profiledir = $(sysconfdir ) /profile.d
10
10
profile_DATA = bash_completion.sh
File renamed without changes.
You can’t perform that action at this time.
0 commit comments