Skip to content

🚑️ (src/db_redis): fix empty request check #44

🚑️ (src/db_redis): fix empty request check

🚑️ (src/db_redis): fix empty request check #44

GitHub Actions / Pylint failed Oct 17, 2024 in 0s

52 errors

Pylint found 52 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)