We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b1ae9 commit 5881eaaCopy full SHA for 5881eaa
Dangerfile
@@ -12,8 +12,8 @@ def didModify(files_array)
12
return false
13
end
14
15
-# Determine if there are changes in files matching any of the
16
-# path patterns provided.
+# Determine if there are changes in files matching any of the path
+# patterns provided.
17
def hasChangesIn(paths)
18
path_array = Array(paths)
19
path_array.each do |dir|
0 commit comments