Skip to content

Commit 5e86482

Browse files
authored
lint: fix pre-commit errors (#3335)
1 parent e4a9cb9 commit 5e86482

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/verify-success.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ jobs:
101101
echo "cancelled=${{ inputs.fail_if_cancelled &&
102102
fromJson(steps.has-result.outputs.cancelled) && 1 || 0
103103
}}" >> "$GITHUB_OUTPUT"
104-
echo "skipped=${{ inputs.fail_if_skipped &&
104+
echo "skipped=${{ inputs.fail_if_skipped &&
105105
fromJson(steps.has-result.outputs.skipped) && 1 || 0
106106
}}" >> "$GITHUB_OUTPUT"
107-
echo "success=${{ inputs.require_success &&
107+
echo "success=${{ inputs.require_success &&
108108
!fromJson(steps.has-result.outputs.success) && 1 || 0
109109
}}" >> "$GITHUB_OUTPUT"
110110
- name: Set messages for each job result type

imagery/i.evapo.time/i.evapo.time.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ <h2>NOTES</h2>
5252

5353
<p>
5454
<img src="i_evapo_time.png" alt="Temporal integration from a weather station"><br>
55-
<i>This is an example of a temporal integration from a weather station as done by
55+
<i>This is an example of a temporal integration from a weather station as done by
5656
Chemin and Alexandridis (2004)</i>
5757
<p>
5858

5959
<h2>References</h2>
6060

6161
<p>
6262
Chemin and Alexandridis, 2004. Spatial Resolution Improvement of Seasonal
63-
Evapotranspiration for Irrigated Rice, Zhanghe Irrigation District, Hubei Province, China.
63+
Evapotranspiration for Irrigated Rice, Zhanghe Irrigation District, Hubei Province, China.
6464
Asian Journal of Geoinformatics, Vol. 5, No. 1, September 2004
6565
(<a href="https://ikee.lib.auth.gr/record/270217/files/Chemin-Alexandridis.pdf">PDF</a>)
6666

lib/cdhc/doc/chd_statlib.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
Released in 1994 by Paul Johnson.
44

55
Retrieved from the Internet Archive for
6-
[http://sunsite.univie.ac.at/statlib/general/cdh](https://web.archive.org/web/20001006232323/http://sunsite.univie.ac.at/statlib/general/cdh) -- 2000-10-06
7-
6+
[http://sunsite.univie.ac.at/statlib/general/cdh](https://web.archive.org/web/20001006232323/http://sunsite.univie.ac.at/statlib/general/cdh)
7+
-- 2000-10-06
88

9+
<!-- markdownlint-disable -->
910
```txt
1011
TESTS OF COMPOSITE DISTRIBUTIONAL HYPOTHESES FOR
1112
THE ANALYSIS OF BIOLOGICAL & ENVIRONMENTAL DATA
@@ -1974,4 +1975,5 @@ C
19741975
xinormal = px
19751976
RETURN
19761977
END
1977-
```
1978+
```
1979+
<!-- markdownlint-enable -->

raster/r.walk/r.walk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2>NOTES</h2>
6464

6565
<p>The <b>friction</b> cost parameter represents a time penalty in seconds
6666
of additional walking time to cross 1 meter distance.
67-
Friction cost can be any floating point value &ge; 0.
67+
Friction cost can be any floating point value &ge; 0.
6868
A friction map is a required parameter; if no friction costs are desired,
6969
a friction map should be a raster in which all cells have a value of 0.
7070
<p>The <b>lambda</b> parameter is a dimensionless scaling factor of the friction cost:

0 commit comments

Comments
 (0)