Loading pkgs/by-name/te/textlint-rule-prh/package.nix 0 → 100644 +63 −0 Original line number Diff line number Diff line { lib, stdenvNoCC, fetchFromGitHub, fetchYarnDeps, nodejs, npmHooks, yarnBuildHook, yarnConfigHook, runCommand, textlint, textlint-rule-prh, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "textlint-rule-prh"; version = "6.0.0"; src = fetchFromGitHub { owner = "textlint-rule"; repo = "textlint-rule-prh"; rev = "refs/tags/v${finalAttrs.version}"; hash = "sha256-K2WkHh7sLnhObM2ThvdXVbZymLInjSB6XTshxALotKU="; }; postPatch = '' substituteInPlace package.json \ --replace-fail "git config --local core.hooksPath .githooks" "" ''; offlineCache = fetchYarnDeps { yarnLock = "${finalAttrs.src}/yarn.lock"; hash = "sha256-tZMMadWue85L+5c7swKgFqUsLSARjS4EK0Cwi1FjX88="; }; nativeBuildInputs = [ nodejs npmHooks.npmInstallHook yarnBuildHook yarnConfigHook ]; passthru.tests = { "textlint-rule-prh-test" = runCommand "textlint-rule-prh-test" { nativeBuildInputs = [ (textlint.withPackages [ textlint-rule-prh ]) ]; } '' substitute ${./textlintrc} .textlintrc \ --subst-var-by textlint_rule_prh "${textlint-rule-prh}" grep prh <(textlint ${./test.md}) > $out ''; }; meta = { description = "Textlint rule for prh"; homepage = "https://github.com/textlint-rule/textlint-rule-prh"; changelog = "https://github.com/textlint-rule/textlint-rule-prh/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ natsukium ]; platforms = textlint.meta.platforms; }; }) pkgs/by-name/te/textlint-rule-prh/test.md 0 → 100644 +1 −0 Original line number Diff line number Diff line オープンソースソフトウェア pkgs/by-name/te/textlint-rule-prh/textlintrc 0 → 100644 +7 −0 Original line number Diff line number Diff line { "rules": { "prh": { "rulePaths": [ "@textlint_rule_prh@/lib/node_modules/textlint-rule-prh/node_modules/prh/prh-rules/media/WEB+DB_PRESS.yml" ] } } } pkgs/by-name/te/textlint/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ textlint-rule-no-start-duplicated-conjunction, textlint-rule-period-in-list-item, textlint-rule-preset-ja-technical-writing, textlint-rule-prh, textlint-rule-stop-words, textlint-rule-terminology, textlint-rule-unexpanded-acronym, Loading Loading @@ -117,6 +118,7 @@ buildNpmPackage rec { textlint-rule-no-start-duplicated-conjunction textlint-rule-period-in-list-item textlint-rule-preset-ja-technical-writing textlint-rule-prh textlint-rule-stop-words textlint-rule-terminology textlint-rule-unexpanded-acronym Loading Loading
pkgs/by-name/te/textlint-rule-prh/package.nix 0 → 100644 +63 −0 Original line number Diff line number Diff line { lib, stdenvNoCC, fetchFromGitHub, fetchYarnDeps, nodejs, npmHooks, yarnBuildHook, yarnConfigHook, runCommand, textlint, textlint-rule-prh, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "textlint-rule-prh"; version = "6.0.0"; src = fetchFromGitHub { owner = "textlint-rule"; repo = "textlint-rule-prh"; rev = "refs/tags/v${finalAttrs.version}"; hash = "sha256-K2WkHh7sLnhObM2ThvdXVbZymLInjSB6XTshxALotKU="; }; postPatch = '' substituteInPlace package.json \ --replace-fail "git config --local core.hooksPath .githooks" "" ''; offlineCache = fetchYarnDeps { yarnLock = "${finalAttrs.src}/yarn.lock"; hash = "sha256-tZMMadWue85L+5c7swKgFqUsLSARjS4EK0Cwi1FjX88="; }; nativeBuildInputs = [ nodejs npmHooks.npmInstallHook yarnBuildHook yarnConfigHook ]; passthru.tests = { "textlint-rule-prh-test" = runCommand "textlint-rule-prh-test" { nativeBuildInputs = [ (textlint.withPackages [ textlint-rule-prh ]) ]; } '' substitute ${./textlintrc} .textlintrc \ --subst-var-by textlint_rule_prh "${textlint-rule-prh}" grep prh <(textlint ${./test.md}) > $out ''; }; meta = { description = "Textlint rule for prh"; homepage = "https://github.com/textlint-rule/textlint-rule-prh"; changelog = "https://github.com/textlint-rule/textlint-rule-prh/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ natsukium ]; platforms = textlint.meta.platforms; }; })
pkgs/by-name/te/textlint-rule-prh/test.md 0 → 100644 +1 −0 Original line number Diff line number Diff line オープンソースソフトウェア
pkgs/by-name/te/textlint-rule-prh/textlintrc 0 → 100644 +7 −0 Original line number Diff line number Diff line { "rules": { "prh": { "rulePaths": [ "@textlint_rule_prh@/lib/node_modules/textlint-rule-prh/node_modules/prh/prh-rules/media/WEB+DB_PRESS.yml" ] } } }
pkgs/by-name/te/textlint/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ textlint-rule-no-start-duplicated-conjunction, textlint-rule-period-in-list-item, textlint-rule-preset-ja-technical-writing, textlint-rule-prh, textlint-rule-stop-words, textlint-rule-terminology, textlint-rule-unexpanded-acronym, Loading Loading @@ -117,6 +118,7 @@ buildNpmPackage rec { textlint-rule-no-start-duplicated-conjunction textlint-rule-period-in-list-item textlint-rule-preset-ja-technical-writing textlint-rule-prh textlint-rule-stop-words textlint-rule-terminology textlint-rule-unexpanded-acronym Loading