Skip to content

Commit

Permalink
Enable the line length check
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 authored and marleystipich2 committed Jul 12, 2023
1 parent 380af9a commit 229da90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/openscap_parser/test_result_file_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,10 @@ def setup
context 'rules' do
test 'list all rules' do
arbitrary_rules = [
# rubocop:disable Metrics/LineLength
'xccdf_org.ssgproject.content_rule_dir_perms_world_writable_system_owned',
'xccdf_org.ssgproject.content_rule_bios_enable_execution_restrictions',
'xccdf_org.ssgproject.content_rule_gconf_gnome_screensaver_lock_enabled',
'xccdf_org.ssgproject.content_rule_selinux_all_devicefiles_labeled'
# rubocop:enable Metrics/LineLength
]

assert_empty(
Expand Down

0 comments on commit 229da90

Please sign in to comment.