Skip to content

Commit 60ca4d8

Browse files
disabled failing linters and fixed markdown issues (prometheus-community#32) (prometheus-community#33)
Signed-off-by: Scott Rigby <[email protected]>
1 parent 1d04bdf commit 60ca4d8

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/linter.yml

+5
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ jobs:
1616
uses: github/super-linter@v3
1717
env:
1818
VALIDATE_ALL_CODEBASE: false
19+
VALIDATE_BASH: false
20+
VALIDATE_PYTHON: false
21+
VALIDATE_PYTHON_FLAKE8: false
22+
VALIDATE_PYTHON_BLACK: false
23+
VALIDATE_YAML: false
1924
DEFAULT_BRANCH: main
2025
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Community Code of Conduct
1+
# Community Code of Conduct
22

33
Prometheus follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Contributions are welcome via GitHub pull requests. This document outlines the p
66

77
The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the [DCO](http://developercertificate.org/). Contributors must sign-off that they adhere to these requirements by adding a `Signed-off-by` line to commit messages.
88

9-
```
9+
```text
1010
This is my commit message
1111
1212
Signed-off-by: Random J Developer <[email protected]>
1313
```
1414

1515
See `git help commit`:
1616

17-
```
17+
```text
1818
-s, --signoff
1919
Add Signed-off-by line by the committer at the end of the commit log
2020
message. The meaning of a signoff depends on the project, but it typically

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
1212
Once Helm is set up properly, add the repo as follows:
1313

1414
```console
15-
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
15+
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
1616
```
1717

1818
You can then run `helm search repo prometheus-community` to see the charts.

0 commit comments

Comments
 (0)