Actions
Bug #16564
closed"Missing frozen string literal comment." rubocop violations on develop
Description
All files are failing rubocop checks since #16491 with the following error:
app/models/host.rb:1:1: C: Missing frozen string literal comment.
module Host
^
The Style/FrozenStringLiteralComment cop should be disabled or fixed.
There are also failures in config/initializers/secure_headers.rb that aren't passing, probably from when the PR was merged onto develop without re-checking it passed on the previous commit.
Updated by Dominic Cleal almost 8 years ago
- Related to Bug #16491: upgrade rubocop to version 0.42 added
Updated by Tomer Brisker almost 8 years ago
- Status changed from New to Assigned
- Assignee set to Tomer Brisker
Updated by The Foreman Bot almost 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3846 added
Updated by Anonymous almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e1c558431f19f8498a01f2c5c426be37b34bd90e.
Updated by Dominic Cleal almost 8 years ago
- Translation missing: en.field_release set to 189
Updated by David Davis almost 8 years ago
- Related to Bug #16676: "Missing frozen string literal comment." rubocop violations added
Actions