Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Fix dict
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Mar 30, 2015
1 parent 45d5efc commit bf6159d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .yaspellerrc
Expand Up @@ -12,16 +12,22 @@
"test"
],
"dictionary": [
"NONINFRINGEMENT",
"Yaspeller",
"Seleznev",
"sublicense",
"htm",
"/(C|c)hangelog/",
"CLI",
"deps",
"htm",
"hcodes",
"Habrahabr",
"LF",
"linter",
"md",
"NONINFRINGEMENT",
"npm",
"ru",
"svg",
"Seleznev",
"sitemap",
"yaspeller"
"sublicense",
"/(Y|y)aspeller/"
]
}
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog

## 1.1.0
+ Use settings `excludeFiles` and `fileExtensions` for checking one file.
+ Support for regular expressions #18.
+ Fixed detection format #19.

Expand Down
2 changes: 2 additions & 0 deletions lib/cli.js
Expand Up @@ -64,6 +64,8 @@ if(program.dictionary) {
dictionary = dict.getDictionary(program.dictionary);
}

dictionary = dict.prepareDictionary(dictionary);

var tasks = [],
hasErrors = false,
hasData = function(err, data) {
Expand Down

0 comments on commit bf6159d

Please sign in to comment.