mirror of https://github.com/PCSX2/pcsx2.git
Misc: fix some codacy warnings
This commit is contained in:
parent
02e4e4da01
commit
a71bac037c
|
@ -26,13 +26,17 @@ The following is a list of *general* style recommendations that will make review
|
||||||
* Please try to prefix your commit message, indicating what area of the project was modified.
|
* Please try to prefix your commit message, indicating what area of the project was modified.
|
||||||
* For example `gs: message...`.
|
* For example `gs: message...`.
|
||||||
* Looking at the project's commit history will help with keeping prefixes consistent overtime, *there is no strictly enforced list*.
|
* Looking at the project's commit history will help with keeping prefixes consistent overtime, *there is no strictly enforced list*.
|
||||||
|
|
||||||
* Try to keep messages brief and informative
|
* Try to keep messages brief and informative
|
||||||
|
|
||||||
* Remove unnecessary commits and squash commits together when appropriate.
|
* Remove unnecessary commits and squash commits together when appropriate.
|
||||||
* If you are not familiar with rebasing with git, check out the following resources:
|
* If you are not familiar with rebasing with git, check out the following resources:
|
||||||
* CLI - https://thoughtbot.com/blog/git-interactive-rebase-squash-amend-rewriting-history
|
* CLI - https://thoughtbot.com/blog/git-interactive-rebase-squash-amend-rewriting-history
|
||||||
* GUI (SourceTree) - https://www.atlassian.com/blog/sourcetree/interactive-rebase-sourcetree
|
* GUI (SourceTree) - https://www.atlassian.com/blog/sourcetree/interactive-rebase-sourcetree
|
||||||
|
|
||||||
* Code Styling and Formatting
|
* Code Styling and Formatting
|
||||||
* [Consult the style guide](https://github.com/tadanokojin/pcsx2/blob/coding-guide/pcsx2/Docs/Coding_Guidelines.md)
|
* [Consult the style guide](https://github.com/tadanokojin/pcsx2/blob/coding-guide/pcsx2/Docs/Coding_Guidelines.md)
|
||||||
|
|
||||||
* Run `clang-format` using the configuration file in the root of the repository
|
* Run `clang-format` using the configuration file in the root of the repository
|
||||||
* Visual Studio Setup - https://devblogs.microsoft.com/cppblog/clangformat-support-in-visual-studio-2017-15-7-preview-1/
|
* Visual Studio Setup - https://devblogs.microsoft.com/cppblog/clangformat-support-in-visual-studio-2017-15-7-preview-1/
|
||||||
* IMPORTANT - if you are running `clang-format` on unrelated changes (ie. formatting an entire file), please do so in a separate commit.
|
* IMPORTANT - if you are running `clang-format` on unrelated changes (ie. formatting an entire file), please do so in a separate commit.
|
||||||
|
@ -41,9 +45,9 @@ The following is a list of *general* style recommendations that will make review
|
||||||
## General Documentation And Coding Strategies
|
## General Documentation And Coding Strategies
|
||||||
|
|
||||||
* [Commenting Etiquette](https://github.com/PCSX2/pcsx2/wiki/Commenting-Etiquette)
|
* [Commenting Etiquette](https://github.com/PCSX2/pcsx2/wiki/Commenting-Etiquette)
|
||||||
|
|
||||||
* [Coding style](https://github.com/PCSX2/pcsx2/wiki/Code-Formatting-Guidelines)
|
* [Coding style](https://github.com/PCSX2/pcsx2/wiki/Code-Formatting-Guidelines)
|
||||||
* [More comprehensive style-guide (Currently in Draft)](https://github.com/tadanokojin/pcsx2/blob/coding-guide/pcsx2/Docs/Coding_Guidelines.md)
|
* [More comprehensive style-guide (Currently in Draft)](https://github.com/tadanokojin/pcsx2/blob/coding-guide/pcsx2/Docs/Coding_Guidelines.md)
|
||||||
* [wxWidgets coding strategies](https://github.com/PCSX2/pcsx2/wiki/wxWidgets-Coding-Strategies)
|
|
||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,6 @@ If you wish to donate monetarily to the project you can do so via the [GitHub Sp
|
||||||
## Thanks to the following monthly donators
|
## Thanks to the following monthly donators
|
||||||
We thank everybody for their contributions to the project, but we would like to give a special shout out to:
|
We thank everybody for their contributions to the project, but we would like to give a special shout out to:
|
||||||
|
|
||||||
- noigeaR
|
- noigeaR
|
||||||
- xTVaser
|
- xTVaser
|
||||||
- And 1 anonymous donator!
|
- And 1 anonymous donator!
|
Loading…
Reference in New Issue