Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ (src/): add docs tab #31

Merged
merged 4 commits into from
Oct 22, 2024

✨ (src/routes): add docs route

3a1b828
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

✨ (src/): add docs tab #31

✨ (src/routes): add docs route
3a1b828
Select commit
Loading
Failed to load commit list.
GitHub Actions / Pylint failed Oct 21, 2024 in 0s

53 errors

Pylint found 53 errors

Annotations

Check failure on line 1 in tests.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

tests.py#L1

Missing module docstring (missing-module-docstring, C0114)

Check failure on line 8 in tests.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

tests.py#L8

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 19 in tests.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

tests.py#L19

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 5 in tests.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

tests.py#L5

Third party import "dotenv.load_dotenv" should be placed before first party import "src.db_redis.DBManager"  (wrong-import-order, C0411)

Check failure on line 1 in src/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/__init__.py#L1

Missing module docstring (missing-module-docstring, C0114)

Check failure on line 45 in src/app.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/app.py#L45

Line too long (110/100) (line-too-long, C0301)

Check failure on line 49 in src/app.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/app.py#L49

Line too long (111/100) (line-too-long, C0301)

Check failure on line 1 in src/app.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/app.py#L1

Missing module docstring (missing-module-docstring, C0114)

Check failure on line 42 in src/app.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/app.py#L42

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)

Check failure on line 70 in src/app.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/app.py#L70

Access to a protected member _registry of a client class (protected-access, W0212)

Check failure on line 129 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L129

Line too long (102/100) (line-too-long, C0301)

Check failure on line 194 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L194

Line too long (104/100) (line-too-long, C0301)

Check failure on line 247 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L247

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 1 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L1

Missing module docstring (missing-module-docstring, C0114)

Check failure on line 6 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L6

Missing class docstring (missing-class-docstring, C0115)

Check failure on line 10 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L10

Attribute name "REDIS_IP" doesn't conform to snake_case naming style (invalid-name, C0103)

Check failure on line 11 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L11

Attribute name "REDIS_PASSWORD" doesn't conform to snake_case naming style (invalid-name, C0103)

Check failure on line 12 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L12

Attribute name "LDAPSYNC_IP" doesn't conform to snake_case naming style (invalid-name, C0103)

Check failure on line 13 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L13

Attribute name "LDAPSYNC_PORT" doesn't conform to snake_case naming style (invalid-name, C0103)

Check failure on line 6 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L6

Too many instance attributes (10/7) (too-many-instance-attributes, R0902)

Check failure on line 39 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L39

Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout, W3101)

Check failure on line 100 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L100

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 124 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L124

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 141 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L141

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 164 in src/db_redis.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/db_redis.py#L164

Missing function or method docstring (missing-function-docstring, C0116)