Skip to content

feat: adding unit-test to proof-of-concept #79

feat: adding unit-test to proof-of-concept

feat: adding unit-test to proof-of-concept #79

GitHub Actions / pylint succeeded Oct 31, 2024 in 0s

reviewdog [pylint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (10)

docs/conf.py|1| C0114: Missing module docstring (missing-module-docstring)
docs/conf.py|22| W0622: Redefining built-in 'copyright' (redefined-builtin)
docs/conf.py|21| C0103: Constant name "project" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]|__.)$' pattern) (invalid-name)
docs/conf.py|22| C0103: Constant name "copyright" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]*|
.__)$' pattern) (invalid-name)
docs/conf.py|23| C0103: Constant name "author" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]
|.*)$' pattern) (invalid-name)
docs/conf.py|26| C0103: Constant name "release" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]|__.)$' pattern) (invalid-name)
docs/conf.py|58| C0103: Constant name "html_theme" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]*|
.__)$' pattern) (invalid-name)
docs/conf.py|66| C0103: Constant name "napoleon_include_init_with_doc" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]
|.*)$' pattern) (invalid-name)
docs/conf.py|67| C0103: Constant name "napoleon_include_private_with_doc" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]|__.__)$' pattern) (invalid-name)
src/sr2silo/hello_world.py|23| C0116: Missing function or method docstring (missing-function-docstring)