Skip to content

npm: bump textlint-rule-stop-words from 2.0.9 to 5.1.1 #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@
"textlint-rule-alex": "^3.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-en-capitalization": "^2.0.2",
"textlint-rule-stop-words": "^2.0.9",
"textlint-rule-stop-words": "^5.1.1",
"textlint-rule-terminology": "^2.1.5",
"textlint-rule-write-good": "^2.0.0",
"validate-commit-msg": "^2.14.0",

Unchanged files with check annotations Beta

["command ?line", "command-line"],
["co[- ]locate(d?)", "colocate$1"],
["css-?in-?js", "CSS in JS"],
["datas", "data"],

Check failure on line 149 in .textlint.terms.json

GitHub Actions / codespell

datas ==> data
["ecommerce", "e-commerce"],
["end ?to ?end", "end-to-end"],
["end-?user(s?)", "end user$1"],
["end[- ]point(s?)", "endpoint$1"],
["environemnt(s?)", "environment$1"],

Check failure on line 154 in .textlint.terms.json

GitHub Actions / codespell

environemnt ==> environment
["error ?prone", "error-prone"],
["e commerce", "e-commerce"],
["e[- ]mail(s?)", "email$1"],
["host[- ]name(s?)", "hostname$1"],
["hot[- ]key(s?)", "hotkey$1"],
["id(s?)", "ID$1"],
["informations", "information"],

Check failure on line 169 in .textlint.terms.json

GitHub Actions / codespell

informations ==> information
["key[/ ]?value", "key-value"],
["life[- ]cycle", "lifecycle"],
["life[- ]stream(s?)", "lifestream$1"],
["one URLs", "one URL"],
["opensource([\\.,]?)", "open source$1"],
["open-source([\\.,]?)", "open source$1"],
["pacakge(s?)", "package$1"],

Check failure on line 180 in .textlint.terms.json

GitHub Actions / codespell

pacakge ==> package
["pre[- ]condition(s?)", "precondition$1"],
["pre[- ]defined", "predefined"],
["pre[- ]release(s?)", "prerelease$1"],
arbitrer

Check failure on line 1 in codespell.txt

GitHub Actions / codespell

arbitrer ==> arbiter, arbitrator
## Our Pledge
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

Check failure on line 5 in .github/CODE_OF_CONDUCT.md

GitHub Actions / codespell

socio-economic ==> socioeconomic
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
# Type labels
- name: "Type: Bug"
color: ee0701
description: "Inconsistencies or issues which will cause a problem for users or implementors."

Check failure on line 35 in .github/settings.yml

GitHub Actions / codespell

implementors ==> implementers
- name: "Type: Documentation"
color: 0052cc
description: "Solely about the documentation of the project."
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
REVISON=${{ github.sha }}

Check failure on line 44 in .github/workflows/helm.yml

GitHub Actions / codespell

REVISON ==> REVISION
tags: |
ghcr.io/AlexRogalskiy/android-patterns:${{ steps.prep.outputs.VERSION }}
labels: |
- `data`: a list of paths to load additional data from
- `fail_on_warn`: fail even if only warnings are found
- `input`: input type if different from that autodetected from the file extension
- `namespace`: the namespace to use for rules, defauls to main

Check failure on line 34 in tilt_modules/conftest/README.md

GitHub Actions / codespell

defauls ==> default, defaults
- `output`: the output format, can be stdout, json, tap or table
- `trace`: whether or not to show the full policy trace, useful for debugging
- `update`: download policies based on local configuration or from exlicit repositories

Check failure on line 37 in tilt_modules/conftest/README.md

GitHub Actions / codespell

exlicit ==> explicit
- `policy`: where to find the policy files, defaults to a directory called policy\`
You can also pass any other arguments supported by [`local_resource`](https://docs.tilt.dev/api.html#api.local_resource).