Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ Testing Code analysis ------------- * Use [Pylint](https://www.pylint.org) as the code analysis framework * By default it uses the [PEP8 style guide](Python's PEP8 style guide) * By default it uses the [PEP8 style guide](https://www.python.org/dev/peps/pep-0008/) * Use the provided `code-analysis.sh` script in order to run the code analysis in the `module` and `tests` * Code analysis should only raise document related warnings (i.e. `#FIXME` comments) before merging the code Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ Testing Code analysis ------------- * Use [Pylint](https://www.pylint.org) as the code analysis framework * By default it uses the [PEP8 style guide](Python's PEP8 style guide) * By default it uses the [PEP8 style guide](https://www.python.org/dev/peps/pep-0008/) * Use the provided `code-analysis.sh` script in order to run the code analysis in the `module` and `tests` * Code analysis should only raise document related warnings (i.e. `#FIXME` comments) before merging the code Loading