Skip to content

Commit 2385ebe

Browse files
author
Lukas Puehringer
committed
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 <[email protected]>
1 parent b5252fe commit 2385ebe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/adr/0005-use-google-python-style-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ with additional refinements, in order to emphasize items the we consider
3232
especially important, want to be handled differently, or in one specific way,
3333
where the Google guide would allow multiple.
3434

35+
**Course of Action:**
36+
* Follow existing style when working on existing code (files)
37+
* Follow new style in any new code (files)
38+
* Consider providing linter and formatter configuration (e.g. pylint, flake8,
39+
black, yapf) to enforce and facilitate new style
40+
3541

3642
## Links
3743
* [New Slim Secure Systems Lab style guide](https://github.com/secure-systems-lab/code-style-guidelines/pull/21)

0 commit comments

Comments
 (0)