mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
lint all programs on macOS
This commit is contained in:
parent
1fb8f4e277
commit
7cca963b8f
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ if set -q c_files[1]
|
|||
# output will expect those messages to be written to stdout.
|
||||
if test "$kernel_name" = "Darwin"
|
||||
if not test -f compile_commands.json
|
||||
xcodebuild >xcodebuild.log
|
||||
xcodebuild -alltargets >xcodebuild.log
|
||||
oclint-xcodebuild xcodebuild.log >/dev/null
|
||||
end
|
||||
if test $all = yes
|
||||
|
|
Loading…
Reference in a new issue