Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1feef80

Browse files
committed
Merge pull request #7 from afeld/patch-1
only scan files with a .css extension
2 parents 71f7066 + 28a5ea0 commit 1feef80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cc/engine/csslint.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def csslint_xml
5555
end
5656

5757
def files
58-
Dir.glob("**/*css")
58+
Dir.glob("**/*.css")
5959
end
6060
end
6161
end

0 commit comments

Comments
 (0)