update gemset #210
ci.yaml
on: pull_request
Shellcheck
13s
RuboCop
32s
Unit tests
42s
Built test Docker image
3m 58s
Annotations
11 errors
RuboCop:
app/models/hiera_data/config.rb#L17
Style/YAMLFileRead: Use `load_file(full_path)` instead.
|
RuboCop:
app/models/hiera_data/yaml_file.rb#L28
Style/YAMLFileRead: Use `load_file(path)` instead.
|
RuboCop:
db/migrate/20230419094052_add_role_to_users.rb#L11
Rails/ThreeStateBooleanColumn: Boolean columns should always have a default value and a `NOT NULL` constraint. (https://rails.rubystyle.guide/#three-state-boolean)
|
RuboCop:
test/models/hiera_data/data_file_test.rb#L31
Style/YAMLFileRead: Use `load_file(PATH)` instead.
|
RuboCop:
test/models/hiera_data/data_file_test.rb#L47
Style/YAMLFileRead: Use `load_file(PATH)` instead.
|
RuboCop:
test/models/hiera_data/yaml_file_test.rb#L81
Style/YAMLFileRead: Use `load_file(path)` instead.
|
RuboCop:
test/models/hiera_data/yaml_file_test.rb#L92
Style/YAMLFileRead: Use `load_file(path)` instead.
|
RuboCop:
test/models/hiera_data_test.rb#L46
Style/YAMLFileRead: Use `load_file(path)` instead.
|
RuboCop:
test/models/hiera_data_test.rb#L58
Style/YAMLFileRead: Use `load_file(path)` instead.
|
RuboCop:
test/models/hiera_data_test.rb#L69
Style/YAMLFileRead: Use `load_file(path)` instead.
|
Unit tests
Process completed with exit code 1.
|