We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4865de3 + a7adcb1 commit a597e1bCopy full SHA for a597e1b
1 file changed
ruby/Steepfile
@@ -1,13 +1,15 @@
1
+# frozen_string_literal: true
2
+
3
D = Steep::Diagnostic
4
5
target :app do
- check "main.rb"
- check "src"
6
- check "test"
7
- signature "sig"
+ check 'main.rb'
+ check 'src'
8
+ check 'test'
9
+ signature 'sig'
10
- library "date"
- library "fileutils"
11
+ library 'date'
12
+ library 'fileutils'
13
14
configure_code_diagnostics(D::Ruby.default)
15
end
0 commit comments