diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b42b4361..a9db4fd8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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 }} diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 33f4373e..ffc6abbb 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c20622aa..26163fe6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -14,7 +14,7 @@ Signed-off-by: Random J Developer 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 diff --git a/README.md b/README.md index 5bb604ba..d1ba6ac6 100644 --- a/README.md +++ b/README.md @@ -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.