clean up gemfile comments #855
Annotations
10 errors and 13 warnings
Tests:
spec/models/results/answer_spec.rb#L52
Answer validations date with valid date via multiparam attribs is expected to be valid
Failure/Error:
delegate :question, :qtype, :qtype_name, :required?, :visible?, :enabled?, :multimedia?,
:option_set, :option_set_id, :options, :first_level_option_nodes, :condition,
:parent_group_name, to: :questioning
Module::DelegationError:
Answer#qtype delegated to questioning.qtype, but questioning is nil: #<Answer id: nil, accuracy: nil, altitude: nil, created_at: nil, date_value: "1985-04-03", datetime_value: nil, latitude: nil, longitude: nil, mission_id: nil, new_rank: 0, old_inst_num: 1, old_rank: 1, option_node_id: nil, parent_id: nil, pending_file_name: nil, questioning_id: nil, response_id: nil, time_value: nil, tsv: nil, type: "Answer", updated_at: nil, value: "1">
|
Tests:
spec/models/results/answer_spec.rb#L47
Answer validations date with valid date is expected to be valid
Failure/Error:
delegate :question, :qtype, :qtype_name, :required?, :visible?, :enabled?, :multimedia?,
:option_set, :option_set_id, :options, :first_level_option_nodes, :condition,
:parent_group_name, to: :questioning
Module::DelegationError:
Answer#qtype delegated to questioning.qtype, but questioning is nil: #<Answer id: nil, accuracy: nil, altitude: nil, created_at: nil, date_value: "2018-01-01", datetime_value: nil, latitude: nil, longitude: nil, mission_id: nil, new_rank: 0, old_inst_num: 1, old_rank: 1, option_node_id: nil, parent_id: nil, pending_file_name: nil, questioning_id: nil, response_id: nil, time_value: nil, tsv: nil, type: "Answer", updated_at: nil, value: "1">
|
Tests:
spec/models/results/answer_spec.rb#L30
Answer validations date with totally invalid date string behaves like invalid is expected not to be valid
Failure/Error:
delegate :question, :qtype, :qtype_name, :required?, :visible?, :enabled?, :multimedia?,
:option_set, :option_set_id, :options, :first_level_option_nodes, :condition,
:parent_group_name, to: :questioning
Module::DelegationError:
Answer#qtype delegated to questioning.qtype, but questioning is nil: #<Answer id: nil, accuracy: nil, altitude: nil, created_at: nil, date_value: nil, datetime_value: nil, latitude: nil, longitude: nil, mission_id: nil, new_rank: 0, old_inst_num: 1, old_rank: 1, option_node_id: nil, parent_id: nil, pending_file_name: nil, questioning_id: nil, response_id: nil, time_value: nil, tsv: nil, type: "Answer", updated_at: nil, value: "1">
Shared Example Group: "invalid" called from ./spec/models/results/answer_spec.rb:70
|
Tests:
spec/models/results/answer_spec.rb#L30
Answer validations date with formatted but invalid date string behaves like invalid is expected not to be valid
Failure/Error:
delegate :question, :qtype, :qtype_name, :required?, :visible?, :enabled?, :multimedia?,
:option_set, :option_set_id, :options, :first_level_option_nodes, :condition,
:parent_group_name, to: :questioning
Module::DelegationError:
Answer#qtype delegated to questioning.qtype, but questioning is nil: #<Answer id: nil, accuracy: nil, altitude: nil, created_at: nil, date_value: nil, datetime_value: nil, latitude: nil, longitude: nil, mission_id: nil, new_rank: 0, old_inst_num: 1, old_rank: 1, option_node_id: nil, parent_id: nil, pending_file_name: nil, questioning_id: nil, response_id: nil, time_value: nil, tsv: nil, type: "Answer", updated_at: nil, value: "1">
Shared Example Group: "invalid" called from ./spec/models/results/answer_spec.rb:65
|
Tests:
spec/models/results/answer_spec.rb#L57
Answer validations date with off by one date via multiparam attribs is expected to be valid
Failure/Error:
delegate :question, :qtype, :qtype_name, :required?, :visible?, :enabled?, :multimedia?,
:option_set, :option_set_id, :options, :first_level_option_nodes, :condition,
:parent_group_name, to: :questioning
Module::DelegationError:
Answer#qtype delegated to questioning.qtype, but questioning is nil: #<Answer id: nil, accuracy: nil, altitude: nil, created_at: nil, date_value: "1985-05-01", datetime_value: nil, latitude: nil, longitude: nil, mission_id: nil, new_rank: 0, old_inst_num: 1, old_rank: 1, option_node_id: nil, parent_id: nil, pending_file_name: nil, questioning_id: nil, response_id: nil, time_value: nil, tsv: nil, type: "Answer", updated_at: nil, value: "1">
|
Tests:
spec/models/results/answer_spec.rb#L42
Answer validations date with no date is expected to be valid
Failure/Error:
delegate :question, :qtype, :qtype_name, :required?, :visible?, :enabled?, :multimedia?,
:option_set, :option_set_id, :options, :first_level_option_nodes, :condition,
:parent_group_name, to: :questioning
Module::DelegationError:
Answer#qtype delegated to questioning.qtype, but questioning is nil: #<Answer id: nil, accuracy: nil, altitude: nil, created_at: nil, date_value: nil, datetime_value: nil, latitude: nil, longitude: nil, mission_id: nil, new_rank: 0, old_inst_num: 1, old_rank: 1, option_node_id: nil, parent_id: nil, pending_file_name: nil, questioning_id: nil, response_id: nil, time_value: nil, tsv: nil, type: "Answer", updated_at: nil, value: "1">
|
Tests:
spec/models/results/answer_spec.rb#L118
Answer validations datetime with day-off-by-one datetime via multiparam attribs is expected to be valid
Failure/Error:
delegate :question, :qtype, :qtype_name, :required?, :visible?, :enabled?, :multimedia?,
:option_set, :option_set_id, :options, :first_level_option_nodes, :condition,
:parent_group_name, to: :questioning
Module::DelegationError:
Answer#qtype delegated to questioning.qtype, but questioning is nil: #<Answer id: nil, accuracy: nil, altitude: nil, created_at: nil, date_value: nil, datetime_value: "1985-05-01 10:10:10.000000000 -0600", latitude: nil, longitude: nil, mission_id: nil, new_rank: 0, old_inst_num: 1, old_rank: 1, option_node_id: nil, parent_id: nil, pending_file_name: nil, questioning_id: nil, response_id: nil, time_value: nil, tsv: nil, type: "Answer", updated_at: nil, value: "1">
|
Tests:
spec/models/results/answer_spec.rb#L30
Answer validations datetime with totally invalid datetime string behaves like invalid is expected not to be valid
Failure/Error:
delegate :question, :qtype, :qtype_name, :required?, :visible?, :enabled?, :multimedia?,
:option_set, :option_set_id, :options, :first_level_option_nodes, :condition,
:parent_group_name, to: :questioning
Module::DelegationError:
Answer#qtype delegated to questioning.qtype, but questioning is nil: #<Answer id: nil, accuracy: nil, altitude: nil, created_at: nil, date_value: nil, datetime_value: nil, latitude: nil, longitude: nil, mission_id: nil, new_rank: 0, old_inst_num: 1, old_rank: 1, option_node_id: nil, parent_id: nil, pending_file_name: nil, questioning_id: nil, response_id: nil, time_value: nil, tsv: nil, type: "Answer", updated_at: nil, value: "1">
Shared Example Group: "invalid" called from ./spec/models/results/answer_spec.rb:131
|
Tests:
spec/models/results/answer_spec.rb#L104
Answer validations datetime with valid datetime via multiparam attribs is expected to be valid
Failure/Error:
delegate :question, :qtype, :qtype_name, :required?, :visible?, :enabled?, :multimedia?,
:option_set, :option_set_id, :options, :first_level_option_nodes, :condition,
:parent_group_name, to: :questioning
Module::DelegationError:
Answer#qtype delegated to questioning.qtype, but questioning is nil: #<Answer id: nil, accuracy: nil, altitude: nil, created_at: nil, date_value: nil, datetime_value: "1985-04-03 12:09:01.000000000 -0600", latitude: nil, longitude: nil, mission_id: nil, new_rank: 0, old_inst_num: 1, old_rank: 1, option_node_id: nil, parent_id: nil, pending_file_name: nil, questioning_id: nil, response_id: nil, time_value: nil, tsv: nil, type: "Answer", updated_at: nil, value: "1">
|
Tests:
spec/models/results/answer_spec.rb#L90
Answer validations datetime with valid datetime is expected to be valid
Failure/Error:
delegate :question, :qtype, :qtype_name, :required?, :visible?, :enabled?, :multimedia?,
:option_set, :option_set_id, :options, :first_level_option_nodes, :condition,
:parent_group_name, to: :questioning
Module::DelegationError:
Answer#qtype delegated to questioning.qtype, but questioning is nil: #<Answer id: nil, accuracy: nil, altitude: nil, created_at: nil, date_value: nil, datetime_value: "1985-04-03 10:15:55.000000000 -0600", latitude: nil, longitude: nil, mission_id: nil, new_rank: 0, old_inst_num: 1, old_rank: 1, option_node_id: nil, parent_id: nil, pending_file_name: nil, questioning_id: nil, response_id: nil, time_value: nil, tsv: nil, type: "Answer", updated_at: nil, value: "1">
|
Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions/setup-node@v1, nanasess/setup-chromedriver@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests:
app/javascript/components/Filters/model.js#L133
Unexpected console statement
|
Tests:
app/javascript/components/conditions/ConditionSetFormField/ConditionFormField/component.js#L69
Unexpected console statement
|
Tests:
app/javascript/components/conditions/ConditionSetFormField/ConditionFormField/component.js#L112
Unexpected console statement
|
Tests:
app/javascript/components/conditions/ConditionSetFormField/ConditionFormField/model.js#L148
Unexpected console statement
|
Tests:
app/javascript/packs/enketo.js#L43
Unexpected console statement
|
Tests:
app/javascript/packs/enketo.js#L57
Unexpected alert
|
Tests:
app/javascript/packs/enketo.js#L80
Unexpected console statement
|
Tests:
app/javascript/packs/enketo.js#L91
Unexpected alert
|
Tests:
app/javascript/packs/enketo.js#L94
Unexpected console statement
|
Tests:
spec/models/broadcaster_spec.rb#L16
Sms::Broadcaster with adapter set in mission settings builds appropriate adapter and Sms::Broadcast instance
Skipped: Temporarily skipped with xit
|
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|