Skip to content

Commit cbf604f

Browse files
destoglAndyZe
authored andcommitted
Correct linters
1 parent eefe605 commit cbf604f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/ci-ros-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
distribution: foxy
1919
linter: ${{ matrix.linter }}
20+
arguments: "--linelength=120"
2021
package-name:
2122
ros2_control_demo_hardware
2223
ros2_control_demo_robot

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Please try to include as much information as you can. Details like these are inc
1919
* Any modifications you've made relevant to the bug
2020
* Anything unusual about your environment or deployment
2121

22+
2223
## Contributing via Pull Requests
2324
Contributions via pull requests are much appreciated.
2425
Before sending us a pull request, please ensure that:
@@ -39,3 +40,17 @@ To send us a pull request, please:
3940

4041
GitHub provides additional documentation on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
4142
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
43+
44+
45+
## Licensing
46+
Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that [license]:
47+
48+
~~~
49+
5. Submission of Contributions. Unless You explicitly state otherwise,
50+
any Contribution intentionally submitted for inclusion in the Work
51+
by You to the Licensor shall be under the terms and conditions of
52+
this License, without any additional terms or conditions.
53+
Notwithstanding the above, nothing herein shall supersede or modify
54+
the terms of any separate license agreement you may have executed
55+
with Licensor regarding such Contributions.
56+
~~~

0 commit comments

Comments
 (0)