Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: polishing tiles config + add extra linting (more golangci-linters + hadolint) #270

Merged
merged 8 commits into from
Jan 6, 2025

Conversation

rkettelerij
Copy link
Collaborator

@rkettelerij rkettelerij commented Dec 31, 2024

Description

polishing tiles config + add extra linting (more golangci-linters + hadolint). Also fixes e2e test failure.

Type of change

  • Refactoring

Checklist:

  • I've double-checked the code in this PR myself
  • I've left the code better than before (boy scout rule)
  • The code is readable, comments are added that explain hard or non-obvious parts.
  • I've expanded/improved the (unit) tests, when applicable
  • I've run (unit) tests that prove my solution works
  • There's no sensitive information like credentials in my PR

@rkettelerij rkettelerij changed the title chore: polishing chore: polishing tiles config + add extra linting (more golangci-linters + hadolint) Jan 6, 2025
@rkettelerij rkettelerij merged commit 18bcd5d into master Jan 6, 2025
6 checks passed
@rkettelerij rkettelerij deleted the end-of-year-polishing branch January 6, 2025 09:42
@@ -19,7 +19,7 @@ ENV GOOS=linux
# install sqlite-related compile-time dependencies
RUN set -eux && \
apt-get update && \
apt-get install -y libcurl4-openssl-dev libssl-dev libsqlite3-mod-spatialite && \
apt-get install --no-install-recommends -y libcurl4-openssl-dev=* libssl-dev=* libsqlite3-mod-spatialite=* && \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Die hadolint is een mooie aanvulling, kunnen we voor meer projecten gebruiken.
Ik vind de "=*" alleen niet zo veel toevoegen. Misschien willen we rule DL3008 disabelen?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ja die regel uitzetten kan ook idd. Voor mij om het even. Opzich leek mij dit ook en heldere oplossing. Snap het idee om versions te pinnen maar we willen juist ook up to date zijn en ik verwacht ook niet snel breaking issues met curl/openssl/spatialite.

En idd +1 om vaker hadolint te gebruiken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants