mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Add style guide usage instructions to ADR0005
Similar instructions are in the style guide preamble, but we repeat it here for emphasis. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
parent
b5252fed65
commit
2385ebe7b0
1 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,12 @@ with additional refinements, in order to emphasize items the we consider
|
|||
especially important, want to be handled differently, or in one specific way,
|
||||
where the Google guide would allow multiple.
|
||||
|
||||
**Course of Action:**
|
||||
* Follow existing style when working on existing code (files)
|
||||
* Follow new style in any new code (files)
|
||||
* Consider providing linter and formatter configuration (e.g. pylint, flake8,
|
||||
black, yapf) to enforce and facilitate new style
|
||||
|
||||
|
||||
## Links
|
||||
* [New Slim Secure Systems Lab style guide](https://github.com/secure-systems-lab/code-style-guidelines/pull/21)
|
||||
|
|
|
|||
Loading…
Reference in a new issue