mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
add initial bulk run from pre-commit over all files
This commit is contained in:
parent
665aeeef61
commit
93356b39c3
418 changed files with 21354 additions and 23858 deletions
|
@ -8,4 +8,3 @@ install (DIRECTORY add-ons
|
|||
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
||||
GROUP_READ GROUP_EXECUTE
|
||||
WORLD_READ WORLD_EXECUTE)
|
||||
|
||||
|
|
|
@ -221,4 +221,3 @@ if (open my $fh, '>:utf8', $file)
|
|||
exit 0;
|
||||
|
||||
################################################################################
|
||||
|
||||
|
|
|
@ -24,4 +24,3 @@ Expected Permissions
|
|||
Interface
|
||||
Each hook script has a unique interface. This is documented in the example
|
||||
scripts here.
|
||||
|
||||
|
|
|
@ -32,4 +32,3 @@ fi
|
|||
|
||||
echo Shadow file $SHADOW_FILE updated.
|
||||
exit 0
|
||||
|
||||
|
|
|
@ -14,4 +14,3 @@ echo 'on-launch'
|
|||
# - 0: JSON ignored, non-JSON is feedback.
|
||||
# - non-0: JSON ignored, non-JSON is error.
|
||||
exit 0
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
" Vim support file to detect Taskwarrior data and configuration files and
|
||||
" Vim support file to detect Taskwarrior data and configuration files and
|
||||
" single task edits
|
||||
"
|
||||
" Maintainer: John Florian <jflorian@doubledog.org>
|
||||
|
|
|
@ -289,4 +289,4 @@ _task_default() {
|
|||
}
|
||||
|
||||
_arguments -s -S \
|
||||
"*::task default:_task_default"
|
||||
"*::task default:_task_default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue