Skip to content

[Penify]: Documentation for commit - e1f413d#18

Merged
OneFineStarstuff merged 3 commits into
mainfrom
penify/auto_doc_e1f413d_7a5e2
Nov 26, 2025
Merged

[Penify]: Documentation for commit - e1f413d#18
OneFineStarstuff merged 3 commits into
mainfrom
penify/auto_doc_e1f413d_7a5e2

[Penify]: Documentation for commit - e1f413d

ca6290f
Select commit
Loading
Failed to load commit list.
Codeac.io / Codeac Code Quality succeeded Nov 26, 2025 in 6d 17h 38m 30s

Codeac Code Quality

This PR contains 18 errors and 183 warnings.

Annotations

Check warning on line 419 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 182 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 19 lines is too similar to frontend/src/store/authStore.ts:208

Check warning on line 19 in src/dashboard/data_fetcher.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

broad-exception-raised

Raising too general exception: Exception

Check warning on line 517 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 110 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

broad-exception-caught

Catching too general exception Exception

Check warning on line 11 in frontend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 167 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 20 lines is too similar to backend/models/User.js:97

Check warning on line 3 in src/dashboard/data_fetcher.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

wrong-import-order

standard import "import time" should be placed before "import requests"

Check warning on line 111 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

logging-fstring-interpolation

Use lazy % formatting in logging functions

Check warning on line 11 in next-app/app/api/consent/route.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

max-line-length

Exceeds maximum line length of 120

Check warning on line 117 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 20 lines is too similar to backend/models/User.js:147

Check warning on line 45 in frontend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 8 in src/dashboard/metrics.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

unnecessary-pass

Unnecessary pass statement

Check warning on line 10 in next-app/app/api/risk/scores/route.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

max-line-length

Exceeds maximum line length of 120

Check warning on line 336 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 12 lines is too similar to backend/models/User.js:190

Check warning on line 15 in backend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 13 in src/dashboard/metrics.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

unnecessary-pass

Unnecessary pass statement

Check warning on line 6 in next-app/lib/ai/circuitBreaker.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

max-line-length

Exceeds maximum line length of 120

Check warning on line 202 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 12 lines is too similar to backend/models/User.js:324

Check warning on line 37 in backend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 128 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

broad-exception-caught

Catching too general exception Exception

Check warning on line 10 in next-app/lib/ai/circuitBreaker.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

max-line-length

Exceeds maximum line length of 120

Check warning on line 344 in backend/models/User.js

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

CodeDuplication

This block of 15 lines is too similar to backend/models/User.js:102

Check warning on line 129 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

logging-fstring-interpolation

Use lazy % formatting in logging functions

Check warning on line 368 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

B104

Possible binding to all interfaces.