Skip to content

Add country.dat file #52

Add country.dat file

Add country.dat file #52

Triggered via pull request March 21, 2024 08:44
Status Failure
Total duration 39s
Artifacts

lint.yml

on: pull_request
cookstyle
29s
cookstyle
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
cookstyle
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
cookstyle
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
cookstyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
cookstyle
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/
cookstyle
[Correctable] Lint/UnusedBlockArgument: Unused block argument - original_group. If it's necessary, use _ or _original_group as an argument name to indicate that it won't be used. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
[Correctable] Layout/EndAlignment: end at 40, 2 is not aligned with module at 1, 0.
cookstyle
[Correctable] Layout/EndAlignment: end at 14, 2 is not aligned with module at 1, 0.
cookstyle
[Correctable] Layout/EndAlignment: end at 18, 2 is not aligned with module at 1, 0.
cookstyle
[Correctable] Layout/EndAlignment: end at 37, 2 is not aligned with module at 1, 0.
cookstyle
[Correctable] Layout/EndAlignment: end at 13, 2 is not aligned with class at 1, 0.
cookstyle
Lint/UselessAssignment: Useless assignment to variable - ip_regex. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
Lint/UselessAssignment: Useless assignment to variable - domain_db. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
Lint/UselessAssignment: Useless assignment to variable - domain_db. (https://rubystyle.guide#underscore-unused-vars)
cookstyle
[Correctable] Lint/ParenthesesAsGroupedExpression: (...) interpreted as grouped expression. (https://rubystyle.guide#parens-no-spaces)