Skip to content

Commit fe76ec5

Browse files
Fix linter (#1042)
* remove none existing link * fix the PR template * fix rules for code review * Change megalinter to only go through the changed files and not entier code base * Update .github/pull_request_template.md Co-authored-by: Avishay Balter <[email protected]> --------- Co-authored-by: Avishay Balter <[email protected]>
1 parent a6984e7 commit fe76ec5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/CODEOWNERS

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
/docs/* @tessferrandez @shiranr @tompaana @nyouens
2+
13
* @tessferrandez @shiranr @nyouens
24

3-
/docs/* @tessferrandez @shiranr @tompaana
5+
46

.github/pull_request_template.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
- [ ] No confidential information
1313
- [ ] No duplicated content
1414
- [ ] Labeled appropriately
15-
- [ ] Added 2 reviewers
16-
- [ ] No lint errors
15+
- [ ] This PR was reviewed by at least one subject matter expert
1716
- [ ] No lint check errors related to your changes
1817

1918
> Note: You may see link check errors on pages you have not touched. This is normal, and due to either broken links or sites that reject link checker bots. The reviewer will help you get to a green state on these.

.mega-linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SHOW_ELAPSED_TIME: true
2020
FILEIO_REPORTER: false
2121
PARALLEL: true
2222
GITHUB_STATUS_REPORTER: true
23-
VALIDATE_ALL_CODEBASE: true
23+
VALIDATE_ALL_CODEBASE: false
2424
LOG_LEVEL: WARNING
2525
MARKDOWN_MARKDOWN_LINK_CHECK_ARGUMENTS: "-q"
2626
# DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass

docs/observability/tools/KubernetesDashboards.md

-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ There are currently several UI dashboards available to monitor your applications
3636
## References
3737

3838
- [Alternatives to Kubernetes Dashboard](https://octopus.com/blog/alternative-kubernetes-dashboards)
39-
- [Prometheus and Grafana with Kubernetes](https://tanzu.vmware.com/developer/guides/kubernetes/observability-prometheus-grafana-p1/)

0 commit comments

Comments
 (0)