Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso committed Jul 12, 2023
1 parent 49e81d4 commit 262e9ec
Show file tree
Hide file tree
Showing 11 changed files with 1,667 additions and 1,593 deletions.
6 changes: 5 additions & 1 deletion tiles/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ clean:
clean-pmtiles:
rm -rf *.pmtiles

# Run linting to apply code formatting for clean PR merges in CI
lint:
mvn spotless:apply

# This is optimized for local dev serving PMTiles out of directory local to this Makefile
# Don't use this for production (instead set --cors=ORIGIN)
# The default port is: 8080 (use --port to override)
Expand Down Expand Up @@ -81,4 +85,4 @@ planet:
--output=output.\pmtiles \
--nodemap-type=sparsearray --nodemap-storage=ram 2>&1 | tee logs.txt

.PHONY: clean clean-pmtiles serve monaco sf switzerland washington california ny ny-metro japan us-lowzoom eu-lowzoom planet
.PHONY: clean clean-pmtiles lint serve monaco sf switzerland washington california ny ny-metro japan us-lowzoom eu-lowzoom planet
Loading

0 comments on commit 262e9ec

Please sign in to comment.