Github Actions: Adds ruby 3.4 #400
Annotations
11 errors and 3 warnings
lint:
lib/i18n/tasks/cli.rb#L68
[Correctable] Style/HashSyntax: Omit the hash value.
|
lint:
lib/i18n/tasks/command/commands/missing.rb#L71
[Correctable] Style/HashSyntax: Omit the hash value.
|
lint:
lib/i18n/tasks/command/commands/usages.rb#L72
[Correctable] Style/HashSyntax: Omit the hash value.
|
lint:
lib/i18n/tasks/command/option_parsers/enum.rb#L9
[Correctable] Style/HashSyntax: Omit the hash value.
|
lint:
lib/i18n/tasks/command/option_parsers/locale.rb#L8
[Correctable] Style/RedundantFreeze: Do not freeze immutable objects, as freezing them has no effect.
|
lint:
lib/i18n/tasks/concurrent/cache.rb#L16
[Correctable] Naming/BlockForwarding: Use anonymous block forwarding.
|
lint:
lib/i18n/tasks/concurrent/cache.rb#L18
[Correctable] Naming/BlockForwarding: Use anonymous block forwarding.
|
lint:
lib/i18n/tasks/data/adapter/yaml_adapter.rb#L8
[Correctable] Style/RedundantFreeze: Do not freeze immutable objects, as freezing them has no effect.
|
lint:
lib/i18n/tasks/data/adapter/yaml_adapter.rb#L9
[Correctable] Style/RedundantFreeze: Do not freeze immutable objects, as freezing them has no effect.
|
lint:
lib/i18n/tasks/data/file_system_base.rb#L163
[Correctable] Style/HashSyntax: Omit the hash value.
|
test (jruby)
The process '/home/runner/.rubies/jruby-9.4.11.0/bin/bundle' failed with exit code 1
|
lint:
i18n-tasks.gemspec#L35
Gemspec/RequiredRubyVersion: required_ruby_version and TargetRubyVersion (3.1, which may be specified in .rubocop.yml) should be equal.
|
lint:
spec/file_system_data_spec.rb#L103
[Correctable] Lint/RedundantDirGlobSort: Remove redundant sort.
|
lint:
spec/file_system_data_spec.rb#L139
[Correctable] Lint/RedundantDirGlobSort: Remove redundant sort.
|