We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380af9a commit 229da90Copy full SHA for 229da90
test/openscap_parser/test_result_file_test.rb
@@ -161,12 +161,10 @@ def setup
161
context 'rules' do
162
test 'list all rules' do
163
arbitrary_rules = [
164
- # rubocop:disable Metrics/LineLength
165
'xccdf_org.ssgproject.content_rule_dir_perms_world_writable_system_owned',
166
'xccdf_org.ssgproject.content_rule_bios_enable_execution_restrictions',
167
'xccdf_org.ssgproject.content_rule_gconf_gnome_screensaver_lock_enabled',
168
'xccdf_org.ssgproject.content_rule_selinux_all_devicefiles_labeled'
169
- # rubocop:enable Metrics/LineLength
170
]
171
172
assert_empty(
0 commit comments