Skip to content

refactor(loki_search_errors): [PPT-2344] extract timestamp from entry…

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

refactor(loki_search_errors): [PPT-2344] extract timestamp from entry… #52

refactor(loki_search_errors): [PPT-2344] extract timestamp from entry…
1f9eb67
Select commit
Loading
Failed to load commit list.
GitHub Actions / Ameba failed Jan 6, 2026 in 1s

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 84 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 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 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 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|
                                       ^