Skip to content

Commit 0e9048a

Browse files
committed
Fix tests by adding CONTRIBUTING.md
Signed-off-by: SuperJappie08 <36795178+SuperJappie08@users.noreply.github.com>
1 parent 478418b commit 0e9048a

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
linter: [xmllint, copyright, pep257, flake8, mypy]
14+
linter: [xmllint, copyright, pep257, flake8]
1515
ros_distro: [humble, jazzy, kilted, rolling]
1616
include:
1717
- ros_distro: humble

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Any contribution that you make to this repository will
2+
be under the Apache 2 License, as dictated by that
3+
[license](http://www.apache.org/licenses/LICENSE-2.0.html):
4+
5+
~~~
6+
5. Submission of Contributions. Unless You explicitly state otherwise,
7+
any Contribution intentionally submitted for inclusion in the Work
8+
by You to the Licensor shall be under the terms and conditions of
9+
this License, without any additional terms or conditions.
10+
Notwithstanding the above, nothing herein shall supersede or modify
11+
the terms of any separate license agreement you may have executed
12+
with Licensor regarding such Contributions.
13+
~~~
14+
15+
Contributors <b title="signing-off is required, however in the inital stages it has been forgotten sometimes.">must</b> sign-off each commit by adding a `Signed-off-by: ...`
16+
line to commit messages to certify that they have the right to submit
17+
the code they are contributing to the project according to the
18+
[Developer Certificate of Origin (DCO)](https://developercertificate.org/).

test/test_copyright.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
import pytest
1717

1818

19-
# Remove the `skip` decorator once the source file(s) have a copyright header
20-
@pytest.mark.skip(reason='No copyright header has been placed in the generated source file.')
2119
@pytest.mark.copyright
2220
@pytest.mark.linter
2321
def test_copyright():

0 commit comments

Comments
 (0)