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

Code style review #204

Merged
merged 3 commits into from
Aug 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/code-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The only (major) exception to PEP8 is our preference for longer line lengths: li
## Notes

Code style in easyconfig files can be **automatically checked** using `--check-contrib`,
for example: `eb --check-contrib sympy-1.3-intel-2018a-Python-2.7.14.eb`
for example: `eb --check-contrib DBD-mysql-4.050-GCC-11.3.0.eb`
boegel marked this conversation as resolved.
Show resolved Hide resolved
(see [Code style review][contributing_review_process_code_style] for more details).

Style guides that go a step beyond PEP8:
Expand Down