summaryrefslogtreecommitdiff
path: root/spec/spotbugs_spec.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-16 16:06:19 -0600
committermo khan <mo.khan@gmail.com>2020-09-16 16:06:19 -0600
commite1aa5a74d5f9d7bf23d3aaab75e94ae17b96016d (patch)
tree213539e38c7143383dffe91703e2f581cb46662f /spec/spotbugs_spec.rb
parent7f4287f91253c5ea09cb3ff8cd102e3f0b5db373 (diff)
feat: install rubocop linter
Diffstat (limited to 'spec/spotbugs_spec.rb')
-rw-r--r--spec/spotbugs_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spotbugs_spec.rb b/spec/spotbugs_spec.rb
index cd2cfc5..6ddb85a 100644
--- a/spec/spotbugs_spec.rb
+++ b/spec/spotbugs_spec.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
RSpec.describe 'spotbugs' do
let(:project_fixture) { 'java/maven/custom-tls' }
let(:scanner) { self.class.description }