|
Issue 0062 in split format
- Summary
- create coding-style guidelines, and enforce them
; Owner: Tim
; Reporter: Daniel, Tim
; Status: closed
; Priority: medium
|
; Summary: create coding-style guidelines, and enforce them
; Owner: Tim
; Reporter: Daniel, Tim
; Status: closed
; Priority: medium
|
|
= Description =
We need to have a document with coding-style guidelines, and enforce
it in the code in the repository.
|
This should be put in the documentation directory, and be available
to developers.
|
This should be put in the documentation directory, and be available
to developers.
|
Tools should be written to check that new code going into Fuego
conforms to the style.
|
Tools should be written to check that new code going into Fuego
conforms to the style.
|
Here are some rules we could have:
* shell script indentation = 4 spaces
* python program indentation = 4 spaces
|
Here are some rules we could have:
* shell script indentation = 4 spaces
* python program indentation = 4 spaces
|
no tabs anywhere.
|
no tabs anywhere.
|
For python, we should validate all files with: flake8 and pylint.
|
For python, we should validate all files with: flake8 and pylint.
|
Coding_style), and
Functional.fuego_lint
|
= Notes =
Resolved with documentation (see [[Coding_style]]), and
Functional.fuego_lint
|
- backlink
Fuego Issues List
|
; backlink: [[Fuego Issues List]]
|
|
|