add initial bulk run from pre-commit over all files
This commit is contained in:
@@ -227,14 +227,14 @@ An example is to make two reports share the same description:
|
||||
|
||||
$ task config -- report.ls.description rc.report.list.description
|
||||
|
||||
This sets the description for the `ls` report to be a reference to the description of the `list` report.
|
||||
This sets the description for the `ls` report to be a reference to the description of the `list` report.
|
||||
This reference is not evaluated when the entry is written, but is evaluated every time the value is read, thus providing late-bound behavior.
|
||||
Then if the description of the `list` report changes, so does that of the `ls` report automatically.
|
||||
|
||||
|
||||
## Implementation Details
|
||||
|
||||
These notes list a series of anticipated changes to the codebase.
|
||||
These notes list a series of anticipated changes to the codebase.
|
||||
|
||||
- The `src/columns/Col*` objects will implement type-specific and attribute-specific DOM support.
|
||||
DOM reference lookup will defer to the column objects first.
|
||||
|
||||
@@ -466,4 +466,3 @@ Given that the configuration is not present in the JSON format of a task, any fi
|
||||
This means that if a task contains a UDA, unless the meaning of it is understood, it MUST be preserved.
|
||||
|
||||
UDAs may have one of four types: string, numeric, date and duration.
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@ Then configure Taskwarrior with:
|
||||
$ task config sync.gcp.bucket <bucket-name>
|
||||
.fi
|
||||
|
||||
However you can bring your own service account credentials if your
|
||||
However you can bring your own service account credentials if your
|
||||
`application-default` is already being used by some other application
|
||||
|
||||
To begin, navigate to the "IAM and Admin" section in the Navigation Menu, then select "Roles."
|
||||
@@ -112,8 +112,8 @@ Provide an appropriate name and description for the new role.
|
||||
Add permissions to your new role using the filter "Service:storage" (not the "Filter permissions by role" input box).
|
||||
Select the following permissions:
|
||||
|
||||
- storage.buckets.create
|
||||
- storage.buckets.get
|
||||
- storage.buckets.create
|
||||
- storage.buckets.get
|
||||
- storage.buckets.update
|
||||
- storage.objects.create
|
||||
- storage.objects.delete
|
||||
|
||||
@@ -96,4 +96,3 @@ color.sync.rejected=rgb103
|
||||
# Command: undo
|
||||
color.undo.before=rgb103
|
||||
color.undo.after=rgb305
|
||||
|
||||
|
||||
@@ -98,4 +98,3 @@ color.sync.rejected=red
|
||||
# Command: undo
|
||||
color.undo.after=green
|
||||
color.undo.before=red
|
||||
|
||||
|
||||
@@ -95,4 +95,3 @@ color.sync.rejected=color9
|
||||
# Command: undo
|
||||
color.undo.after=color2
|
||||
color.undo.before=color1
|
||||
|
||||
|
||||
@@ -95,4 +95,3 @@ color.sync.rejected=rgb004
|
||||
# Command: undo
|
||||
color.undo.after=rgb035
|
||||
color.undo.before=rgb013
|
||||
|
||||
|
||||
@@ -95,4 +95,3 @@ color.sync.rejected=gray5 on gray23
|
||||
# Command: undo
|
||||
color.undo.before=white on black
|
||||
color.undo.after=black on white
|
||||
|
||||
|
||||
@@ -95,4 +95,3 @@ color.sync.rejected=gray23
|
||||
# Command: undo
|
||||
color.undo.before=rgb013
|
||||
color.undo.after=rgb035
|
||||
|
||||
|
||||
@@ -95,4 +95,3 @@ color.sync.rejected=rgb200
|
||||
# Command: undo
|
||||
color.undo.after=rgb511
|
||||
color.undo.before=rgb200
|
||||
|
||||
|
||||
@@ -95,4 +95,3 @@ color.sync.rejected=rgb103
|
||||
# Command: undo
|
||||
color.undo.before=rgb103
|
||||
color.undo.after=rgb305
|
||||
|
||||
|
||||
@@ -95,4 +95,3 @@ color.sync.rejected=rgb110
|
||||
# Command: undo
|
||||
color.undo.before=rgb021
|
||||
color.undo.after=rgb042
|
||||
|
||||
|
||||
@@ -95,4 +95,3 @@ color.sync.rejected=red
|
||||
# Command: undo
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ color.due.today=on rgb353
|
||||
color.overdue=on rgb544
|
||||
|
||||
# Report: burndown
|
||||
color.burndown.pending=on rgb411
|
||||
color.burndown.pending=on rgb411
|
||||
color.burndown.started=on rgb550
|
||||
color.burndown.done=on rgb151
|
||||
|
||||
@@ -95,4 +95,3 @@ color.sync.rejected=red
|
||||
# Command: undo
|
||||
color.undo.before=yellow
|
||||
color.undo.after=green
|
||||
|
||||
|
||||
@@ -98,4 +98,3 @@ color.sync.rejected=
|
||||
# Command: undo
|
||||
color.undo.after=
|
||||
color.undo.before=
|
||||
|
||||
|
||||
@@ -6,4 +6,3 @@ do
|
||||
echo $locale
|
||||
../../scripts/add-ons/update-holidays.pl --locale $locale --file holidays.${locale}.rc
|
||||
done
|
||||
|
||||
|
||||
@@ -112,4 +112,3 @@ color.sync.rejected=color13
|
||||
# Command: undo
|
||||
color.undo.after=color2
|
||||
color.undo.before=color1
|
||||
|
||||
|
||||
@@ -112,4 +112,3 @@ color.sync.rejected=color13
|
||||
# Command: undo
|
||||
color.undo.after=color2
|
||||
color.undo.before=color1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user