disabled failing linters and fixed markdown issues (#32) (#33)

Signed-off-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
Torsten Walter
2020-09-02 15:07:58 -04:00
committed by GitHub
parent 1d04bdf3a5
commit 60ca4d88cb
4 changed files with 9 additions and 4 deletions
+5
View File
@@ -16,5 +16,10 @@ jobs:
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: false
VALIDATE_PYTHON: false
VALIDATE_PYTHON_FLAKE8: false
VALIDATE_PYTHON_BLACK: false
VALIDATE_YAML: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -1,3 +1,3 @@
## Community Code of Conduct
# Community Code of Conduct
Prometheus follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
+2 -2
View File
@@ -6,7 +6,7 @@ Contributions are welcome via GitHub pull requests. This document outlines the p
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.
```
```text
This is my commit message
Signed-off-by: Random J Developer <random@developer.example.org>
@@ -14,7 +14,7 @@ Signed-off-by: Random J Developer <random@developer.example.org>
See `git help commit`:
```
```text
-s, --signoff
Add Signed-off-by line by the committer at the end of the commit log
message. The meaning of a signoff depends on the project, but it typically
+1 -1
View File
@@ -12,7 +12,7 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```console
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
```
You can then run `helm search repo prometheus-community` to see the charts.