File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ Guidelines
34
34
please feel free to raise an `Issue `_ if you would like to work on something
35
35
major to ensure efficient collaboration and avoid duplicate effort.
36
36
* Create a topic branch from where you want to base your work.
37
- * Check for unnecessary whitespace with ``git diff --check `` before committing.
38
- Please see `formatting `_ and `linting `_ documentation for further commands.
39
37
* Make sure you have added tests for your changes.
40
38
* Although not required, it is good to sign off commits using ``git commit --signoff ``, and agree
41
39
that usage of ``--signoff `` constitutes agreement with the terms of `DCO 1.1 `_.
@@ -46,8 +44,6 @@ Guidelines
46
44
47
45
.. _`Issue` : https://github.com/ansible-community/molecule/issues/new/choose
48
46
.. _`DCO 1.1` : https://github.com/ansible-community/molecule/blob/master/DCO_1_1.md
49
- .. _formatting : https://molecule.readthedocs.io/en/latest/testing.html#formatting
50
- .. _linting : https://molecule.readthedocs.io/en/latest/testing.html#linting
51
47
52
48
Code Of Conduct
53
49
===============
You can’t perform that action at this time.
0 commit comments