Skip to content

Merge branch 'master' into PPT-2325

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

refactor: [PPT-2325] optimize loki search trigger #51

Merge branch 'master' into PPT-2325
5b5f95d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Ameba failed Dec 16, 2025 in 0s

Crystal Ameba Results

Total files checked: 24
Issues found: 5

Ameba Version: 1.6.4
Crystal Version: 1.14.0

Annotations

Check notice on line 86 in src/placeos-triggers/loki_search_errrors.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/BlockParameterName

Disallowed block parameter name found
Raw output
> PgORM::Database.connection do |db|
                                 ^

Check notice on line 121 in spec/loki_search_errors_spec.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/BlockParameterName

Disallowed block parameter name found
Raw output
> result = PgORM::Database.connection do |db|
                                          ^

Check notice on line 193 in spec/loki_search_errors_spec.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/BlockParameterName

Disallowed block parameter name found
Raw output
> result = PgORM::Database.connection do |db|
                                          ^

Check warning on line 237 in src/placeos-triggers/state.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Documentation/DocumentationAdmonition

Found a TODO admonition in a comment
Raw output
> # TODO:: Complete subject and from addresses
  ^

Check notice on line 34 in src/controllers/root.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/BlockParameterName

Disallowed block parameter name found
Raw output
> ::DB.connect(pg_healthcheck_url) do |db|
                                       ^