Skip to content

Commit

Permalink
Config yml linter
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed May 21, 2024
1 parent 16bcb1f commit ccf3575
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
extends: default
rules:
line-length: disable
indentation:
spaces: 2
spaces: 2
line-length: disable
new-line-at-end-of-file:
level: warning
trailing-spaces:
level: warning
truthy: disable
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Lint
on:
- push
- pull_request
permissions: { }
jobs:
build:
name: Lint
Expand All @@ -29,4 +28,4 @@ jobs:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSCPD: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_NATURAL_LANGUAGE: false
2 changes: 1 addition & 1 deletion renderer/layers/water_trails_poi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
schema_name: OSM US Water Trail POIs
schema_description: Slipways, access points, dams, weirs, and waterfalls.
schema_description: Slipways, access points, dams, weirs, and waterfalls.
attribution: <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>
sources:
osm:
Expand Down

0 comments on commit ccf3575

Please sign in to comment.