Skip to content

Dealing with high coupling betweeen honeysql-postgresql #328

Dealing with high coupling betweeen honeysql-postgresql

Dealing with high coupling betweeen honeysql-postgresql #328

Triggered via push August 22, 2023 09:35
Status Failure
Total duration 23s
Artifacts

clj-kondo.yml

on: push
self-lint
14s
self-lint
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
src/xiana/db/client/mysql.clj#L10
[unused-import] Unused import IPersistentMap
src/xiana/db/client/mysql.clj#L11
[unused-import] Unused import IPersistentVector
src/xiana/db/client/mysql.clj#L16
[unused-import] Unused import PreparedStatement
src/xiana/db/migrate.clj#L132
[unused-binding] unused binding options
src/xiana/db_provisional.clj#L29
[not-empty?] use the idiom (seq x) rather than (not (empty? x))
self-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/