add initial bulk run from pre-commit over all files
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user