-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Torsten Long <[email protected]>
- Loading branch information
Showing
15 changed files
with
267 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Deployable. | ||
/shellmock.bash | ||
/.coverage | ||
# Version test artefacts. | ||
/.failed | ||
/.bash-*_test.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
Copyright (c) 2022 - for information on the respective copyright owner | ||
see the NOTICE file or the repository | ||
https://github.com/boschresearch/shellmock | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not | ||
use this file except in compliance with the License. You may obtain a copy of | ||
the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
|
@@ -27,10 +27,10 @@ Shellmock team early in the process. | |
Coordinating up front helps to avoid frustration later on. | ||
Please make sure to: | ||
|
||
- add tests for all new or updated code | ||
- make sure existing tests work by running `make test` | ||
- make sure the code follows this repository's guidelines by running the | ||
commands `make format` and `make lint` | ||
- add tests for all new or updated code | ||
- make sure existing tests work by running `make test` | ||
- make sure the code follows this repository's guidelines by running the | ||
commands `make format` and `make lint` | ||
|
||
Your contribution must be licensed under the Apache-2.0 license, the license | ||
used by this project. | ||
|
@@ -90,8 +90,9 @@ By making a contribution to this project, I certify that: | |
|
||
With the sign-off in a commit message you certify that you authored the patch or | ||
otherwise have the right to submit it under an open source license. | ||
The procedure is simple: To certify above Developer's Certificate of Origin 1.1 | ||
for your contribution just append a line | ||
The procedure is simple: | ||
To certify above Developer's Certificate of Origin 1.1 for your contribution | ||
just append a line | ||
|
||
```text | ||
Signed-off-by: Random J Developer <[email protected]> | ||
|
@@ -112,9 +113,9 @@ which is stored in an external repository. | |
|
||
### Individual vs. Corporate Contributors | ||
|
||
Often employers or academic institution have ownership over code that is | ||
written in certain circumstances, so please do due diligence to ensure that | ||
you have the rights to submit the code. | ||
Often employers or academic institution have ownership over code that is written | ||
in certain circumstances, so please do due diligence to ensure that you have the | ||
rights to submit the code. | ||
|
||
If you are a developer who is authorized to contribute to Shellmock on behalf of | ||
your employer, then please use your corporate email address in the Signed-off-by | ||
|
@@ -146,13 +147,13 @@ holder(s) to the [NOTICE](./NOTICE) file as part of your contribution. | |
Copyright (c) 2022 - for information on the respective copyright owner | ||
see the NOTICE file or the repository | ||
https://github.com/boschresearch/shellmock | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not | ||
use this file except in compliance with the License. You may obtain a copy of | ||
the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.