Skip to content
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

Docs: split up reviewing into new file sections #14491

Merged
merged 14 commits into from
Dec 2, 2022
Prev Previous commit
Next Next commit
styling is not enforced
  • Loading branch information
Christopher McArthur committed Nov 29, 2022
commit 4ec72a9cebd11c8c9cfffe864659f270a8e0a374
10 changes: 0 additions & 10 deletions docs/adding_packages/reviewing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ The following policies are preferred during the review, but not mandatory:

- [Reviewing policies](#reviewing-policies)
- [Contents](#contents)
- [Trailing white-spaces](#trailing-white-spaces)
- [Quotes](#quotes)
- [Order of methods and attributes](#order-of-methods-and-attributes)
- [License Attribute](#license-attribute)
- [CMake](#cmake)
Expand All @@ -19,14 +17,6 @@ The following policies are preferred during the review, but not mandatory:
- [Minimalistic Source Code](#minimalistic-source-code)
- [CMake targets](#cmake-targets)

## Trailing white-spaces

Avoid trailing white-space characters, if possible

## Quotes

If possible, try to avoid mixing single quotes (`'`) and double quotes (`"`) in python code (`conanfile.py`, `test_package/conanfile.py`). Consistency is preferred.

## Order of methods and attributes

Prefer the following order of documented methods in python code (`conanfile.py`, `test_package/conanfile.py`):
Expand Down