Skip to content

Commit 97be17a

Browse files
committed
Merge pull request sasstools#336 from bgriffith/hotfix/correct-no-protocols-name
Hotfix master - Correct no-url-protocols rule name
2 parents 8a9a28c + ce2a237 commit 97be17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-url-protocols.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var stripQuotes = function (str) {
99
};
1010

1111
module.exports = {
12-
'name': 'url-format',
12+
'name': 'no-url-protocols',
1313
'defaults': {},
1414
'detect': function (ast, parser) {
1515
var result = [];

0 commit comments

Comments
 (0)