Skip to content

Commit

Permalink
dev: megalinter api reporter only in workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 14, 2024
1 parent b63c9ff commit 8da8197
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/config/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ PARALLEL: true

# ENABLE specific linters, all other linters automatically disabled
ENABLE:
- API_REPORTER
- CLOJURE
- CREDENTIALS
- DOCKERFILE
Expand Down Expand Up @@ -90,13 +89,6 @@ SHOW_ELAPSED_TIME: true
FILEIO_REPORTER: false

# Grafana Dashboard Connections - GitHub Organization secrets
API_REPORTER: true
API_REPORTER_URL: ${{ secrets.API_REPORTER_URL }}
API_REPORTER_BASIC_AUTH_USERNAME: ${{ secrets.API_REPORTER_BASIC_AUTH_USERNAME }}
API_REPORTER_BASIC_AUTH_PASSWORD: ${{ secrets.API_REPORTER_BASIC_AUTH_PASSWORD }}
API_REPORTER_METRICS_URL: ${{ secrets.API_REPORTER_METRICS_URL }}
API_REPORTER_METRICS_BASIC_AUTH_USERNAME: ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_USERNAME }}
API_REPORTER_METRICS_BASIC_AUTH_PASSWORD: ${{ secrets.API_REPORTER_METRICS_BASIC_AUTH_PASSWORD }}
API_REPORTER_DEBUG: true

# ------------------------
Expand Down

0 comments on commit 8da8197

Please sign in to comment.