-
Notifications
You must be signed in to change notification settings - Fork 38
V1.0.15 #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.0.15 #226
Conversation
CONTRIBUTING.md
Outdated
|
|
||
| # Pull Requests | ||
|
|
||
| We will check pull requests which pass all CI checks which run tests and static code analysis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will check pull requests that passed all CI checks running both tests and static code analysis.
CONTRIBUTING.md
Outdated
| # Pull Requests | ||
|
|
||
| We will check pull requests which pass all CI checks which run tests and static code analysis. | ||
| The static analysis checks whether C and Java source files are respectively formated with [clang-format](https://clang.llvm.org/docs/ClangFormat.html) and [google-java-format](https://github.com/google/google-java-format) and [PMD](https://pmd.github.io/) finds no error and warning in Java source files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The static analysis checks whether C and Java source files are formatted using clang-format and google-java-format respectively, and whether PMD finds no error and warning in Java source files.
- formated→formatted
- formatedとの明確な違いは不明ですが、formattedの方が、より一般的かと思いました。
CONTRIBUTING.md
Outdated
| ### clang-format and google-java-format | ||
|
|
||
| Run `./format` in the top directory of opensource COBOL 4J. | ||
| If you would like to check whether all files are formated, run `./check-format` in the top directory of opensource COBOL 4J. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to make sure all files are formatted, …
CONTRIBUTING.md
Outdated
|
|
||
| ### google-java-format | ||
|
|
||
| Run the following command to download `google-java-format`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run the following command ... と続く場合はピリオドでなく、コロン( : )で終わるのも良いかと思います。
好みの問題だと思いますので、坂本さんのお好きな方を採用してください。
Release v1.0.15