This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git
The following commit(s) were added to refs/heads/main by this push:
new 3f27f33 Fix broken link in CONTRIBUTING.md (#376)
3f27f33 is described below
commit 3f27f332f8a8b7f713f03d2830d9d240ab817f4e
Author: Karthick Narendran <[email protected]>
AuthorDate: Tue Oct 6 23:55:38 2020 +0100
Fix broken link in CONTRIBUTING.md (#376)
Co-authored-by: Karthick Narendran <[email protected]>
Co-authored-by: Christopher Tubbs <[email protected]>
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f0f9c2b..a1a2772 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,7 +37,7 @@ If you are modifying any of the Python code in this project,
please use [Black](
black lib --line-length 79
```
-The
[CI](https://github.com/apache/fluo-muchos/tree/main/.github/workflows/ci.yaml)
for this project runs tools to detect common coding issues with Python and
Ansible files. Rather than wait for the CI to flag any issues with your work,
please run the
[cibuild](https://github.com/apache/fluo-muchos/tree/main/scripts/cibuild.sh)
script on your dev machine, which in turn runs the following tools:
+The
[CI](https://github.com/apache/fluo-muchos/tree/main/.github/workflows/ci.yaml)
for this project runs tools to detect common coding issues with Python and
Ansible files. Rather than wait for the CI to flag any issues with your work,
please run the
[cibuild](https://github.com/apache/fluo-muchos/tree/main/scripts/cibuild)
script on your dev machine, which in turn runs the following tools:
- [flake8](https://github.com/pycqa/flake8) to validate that the Python code
in the project conforms to known good practices.
- [Ansible-lint](https://github.com/ansible/ansible-lint/) prior to submitting
a PR. This will ensure that you align with known good practices. Please also
review the guidance on [false
positives](https://docs.ansible.com/ansible-lint/rules/rules.html#false-positives-skipping-rules)
from Ansible-lint.