Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Update flake.lock and related CI dependencies (#1562) #632

Update flake.lock and related CI dependencies (#1562)

Update flake.lock and related CI dependencies (#1562) #632

GitHub Actions / Ameba failed Feb 8, 2024 in 1s

Crystal Ameba Results

Total files checked: 18
Issues found: 8

Ameba Version: 1.6.1
Crystal Version: 1.10.0

Annotations

Check notice on line 7 in src/renovate_config_asdf/configs.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/VariableNames

Var name should be underscore-cased: file_match, not fileMatch
Raw output
> property fileMatch : Array(String)
           ^

Check notice on line 8 in src/renovate_config_asdf/configs.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/VariableNames

Var name should be underscore-cased: match_strings, not matchStrings
Raw output
> property matchStrings : Array(String)
           ^

Check notice on line 9 in src/renovate_config_asdf/configs.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/VariableNames

Var name should be underscore-cased: dep_name_template, not depNameTemplate
Raw output
> property depNameTemplate : String
           ^

Check notice on line 10 in src/renovate_config_asdf/configs.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/VariableNames

Var name should be underscore-cased: datasource_template, not datasourceTemplate
Raw output
> property datasourceTemplate : String
           ^

Check notice on line 11 in src/renovate_config_asdf/configs.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/VariableNames

Var name should be underscore-cased: versioning_template, not versioningTemplate
Raw output
> property versioningTemplate : String?
           ^

Check notice on line 12 in src/renovate_config_asdf/configs.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/VariableNames

Var name should be underscore-cased: extract_version_template, not extractVersionTemplate
Raw output
> property extractVersionTemplate : String?
           ^

Check notice on line 23 in src/renovate_config_asdf/configs.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/VariableNames

Var name should be underscore-cased: regex_managers, not regexManagers
Raw output
> property regexManagers : Array(RegexManagerConfig)?
           ^

Check notice on line 33 in src/renovate_config_asdf/configs.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Naming/VariableNames

Var name should be underscore-cased: regex_managers, not regexManagers
Raw output
> property regexManagers : Array(RegexManagerConfig)
           ^