Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 28, 2022
1 parent 96386d5 commit d3c21a6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ trim_trailing_whitespace = true
max_line_length = 110
quote_type = single

[*.{js,css,html}]
[*.{js,css,html,md}]
indent_size = 2

[*.yaml]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

name: Backport

on:
Expand Down
9 changes: 9 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.md
Pipfile.lock
tilecloud_chain/OpenLayers-style.css
tilecloud_chain/OpenLayers.js
tilecloud_chain/openlayers.html
tilecloud_chain/schema*.yaml
tilecloud_chain/templates/admin_index.html
tilecloud_chain/tests/create_test_data.sh
tilecloud_chain/tests/tilegeneration/*.yaml
12 changes: 6 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Supported Versions

Version | Supported Until
--- | ---
<= 1.11 | Unsupported
1.12 | 30/06/2022
1.13 | 31/10/2021
1.14 | 31/12/2020
| Version | Supported Until |
| ------- | --------------- |
| <= 1.11 | Unsupported |
| 1.12 | 30/06/2022 |
| 1.13 | 31/10/2021 |
| 1.14 | 31/12/2020 |
2 changes: 2 additions & 0 deletions ci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ checks:
clean.yaml: False
dependabot-auto-merge.yaml: False
dependabot_config: False
prospector_config: False
setup: False

audit:
pipfile:
Expand Down

0 comments on commit d3c21a6

Please sign in to comment.