Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ repos:
files: README.rst
name: rst-linter of README.rst
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args:
- --ignore-words-list
- "hist,indext,pixelx,thex,hight,reenable,lastr,xdescribe,afterall,countr,curvelinear"
- --skip
- examples/sld/index.pug,package-lock.json,examples/reprojection/proj.json,website/themes/agency/source/vendor/jquery/jquery.min.js,examples/reprojection/capitals.json
- examples/sld/index.pug,package-lock.json,examples/reprojection/proj.json,website/themes/agency/source/vendor/jquery/jquery.min.js,examples/reprojection/capitals.json,website/themes/agency/source/vendor/jquery/jquery.js
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.18.0
rev: v9.22.0
hooks:
- id: commitlint
language_version: "22.10.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/annotations/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ block append mainContent
.form-group(annotation-types='all', title='This is the x, y shadowOffset of the shadow in pixels from its default position before rotation. Example: "5, -4"')
label(for='edit-shadowOffset') Shadow Offset
input#edit-shadowOffset(option='shadowOffset', format='coordinate2', optiontype='label')
.form-group(annotation-types='all', title='Enable to rotate the shadow absed on the label\'s rotation.')
.form-group(annotation-types='all', title='Enable to rotate the shadow based on the label\'s rotation.')
label(for='edit-shadowRotate') Rotate Shadow
select#edit-shadowRotate(option='shadowRotate', format='boolean', optiontype='label')
option(value='false') No
Expand Down
2 changes: 1 addition & 1 deletion examples/measure/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ block append mainContent
.form-group(annotation-types='all', title='This is the x, y shadowOffset of the shadow in pixels from its default position before rotation. Example: "5, -4"')
label(for='edit-shadowOffset') Shadow Offset
input#edit-shadowOffset(option='shadowOffset', format='coordinate2', optiontype='label')
.form-group(annotation-types='all', title='Enable to rotate the shadow absed on the label\'s rotation.')
.form-group(annotation-types='all', title='Enable to rotate the shadow based on the label\'s rotation.')
label(for='edit-shadowRotate') Rotate Shadow
select#edit-shadowRotate(option='shadowRotate', format='boolean', optiontype='label')
option(value='false') No
Expand Down