17750: fix style (linters suggestions) [ci skip]
authorJavier Bértoli <jbertoli@curii.com>
Fri, 23 Jul 2021 10:08:47 +0000 (07:08 -0300)
committerJavier Bértoli <jbertoli@curii.com>
Fri, 23 Jul 2021 10:24:57 +0000 (07:24 -0300)
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli@curii.com>

test/integration/api/controls/packages_spec.rb
test/salt/states/examples/single_host/README.rst

index 7c3cffb56d731fea4da4926cc8d5d699d6f7ca19..edc206049bbc6e056a3c1859e8d8899ec5976934 100644 (file)
@@ -1,4 +1,5 @@
 # frozen_string_literal: true
+
 # Copyright (C) The Arvados Authors. All rights reserved.
 #
 # SPDX-License-Identifier: Apache-2.0
@@ -48,6 +49,6 @@ control 'RVM and dependencies' do
   end
   describe command('/usr/local/rvm/bin/rvm list') do
     its(:exit_status) { should eq 0 }
-    its('stdout') { should match (/ruby-2.5.8/) }
+    its('stdout') { should match(/ruby-2.5.8/) }
   end
 end
index b50716de518b9cd3de646676efa46f1d3cd53414..e23feab5e2287ee43406a7df62d7e5d9242a1dac 100644 (file)
@@ -1,6 +1,11 @@
 Helper states for all-in-one setup
 ==================================
 
+..
+   # Copyright (C) The Arvados Authors. All rights reserved.
+   #
+   # SPDX-License-Identifier: Apache-2.0
+
 These states are helpful for setting up an all-in-one Arvados host.
 
 * `host_entries.sls`: adds a bunch of host entries in the `/etc/hosts` file of
@@ -9,7 +14,7 @@ These states are helpful for setting up an all-in-one Arvados host.
 
 * `snakeoil_certs.sls`: Arvados uses SSL/TLS for communications, so you'll need
   certificates for the different hosts. If you can't provide valid certificates
-  issued by a recognized CA, this state will create a SnakeOil CA and issue 
+  issued by a recognized CA, this state will create a SnakeOil CA and issue
   certificates signed by it.
 
   The certs can't be self-signed because some of the libraries that Arvados