6 textlint-rule-stop-words,
10 pname = "textlint-rule-stop-words";
13 src = fetchFromGitHub {
15 repo = "textlint-rule-stop-words";
16 rev = "refs/tags/v${version}";
17 hash = "sha256-e9jTbDULOs0DwtT9UZp7k5+RR5Ab/x/sizIvs1MrmZs=";
20 npmDepsHash = "sha256-t9PPHFIiY4vw0ocw6nMuaeYuYWxbc1Pzo0R6bqIsHeI=";
24 passthru.tests = textlint.testPackages {
25 rule = textlint-rule-stop-words;
30 description = "Textlint rule to find filler words, buzzwords and clichés";
31 homepage = "https://github.com/sapegin/textlint-rule-stop-words";
32 changelog = "https://github.com/sapegin/textlint-rule-stop-words/releases/tag/${lib.removePrefix "refs/tags/" src.rev}";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ natsukium ];