]> gitweb.fluxo.info Git - puppet-ferm.git/commitdiff
rubocop: autofix
authorTim Meusel <tim@bastelfreak.de>
Mon, 28 Jun 2021 10:01:50 +0000 (12:01 +0200)
committerTim Meusel <tim@bastelfreak.de>
Mon, 28 Jun 2021 10:01:50 +0000 (12:01 +0200)
spec/type_aliases/actions_spec.rb
spec/type_aliases/policies_spec.rb
spec/type_aliases/port_spec.rb
spec/type_aliases/protocols_spec.rb
spec/type_aliases/tables_spec.rb

index 9c42e1217aeee266f6ac25c79c4881727c6c55cd..5f6efb09f6c1765012bf1667e46dec0c4b0491aa 100644 (file)
@@ -1,4 +1,4 @@
-# rubocop:disable Style/WordArray, Style/TrailingCommaInLiteral
+# rubocop:disable Style/WordArray
 require 'spec_helper'
 
 describe 'Ferm::Actions' do
index bc45423f0bc7bce9974a0a15ae66f3221729af0b..6cb6a2f4eecbe974957e33e2f67a7e64f04544c2 100644 (file)
@@ -1,4 +1,4 @@
-# rubocop:disable Style/WordArray, Style/TrailingCommaInLiteral
+# rubocop:disable Style/WordArray
 require 'spec_helper'
 
 describe 'Ferm::Policies' do
index e2b0d43e1aee5c1a5dd94322162a84807a88046d..2e6c1c89803b496cfe61b2cc26bdfe51505cafee 100644 (file)
@@ -1,4 +1,4 @@
-# rubocop:disable Style/WordArray, Style/TrailingCommaInLiteral
+# rubocop:disable Style/WordArray
 require 'spec_helper'
 
 describe 'Ferm::Port' do
index b13b7b20af966dcf864842df9a569a86732ee27a..cab521fa89ce80fbe99f68d71a22c239bd9542d3 100644 (file)
@@ -1,4 +1,4 @@
-# rubocop:disable Style/WordArray, Style/TrailingCommaInLiteral
+# rubocop:disable Style/WordArray
 require 'spec_helper'
 
 describe 'Ferm::Protocols' do
index eb02877a5cce16bc056c587462dbfdb31cef19c3..29274c3c8438a3684e1ee42a81e5f1329bb3d0b9 100644 (file)
@@ -1,4 +1,4 @@
-# rubocop:disable Style/WordArray, Style/TrailingCommaInLiteral
+# rubocop:disable Style/WordArray
 require 'spec_helper'
 
 describe 'Ferm::Tables' do