Skip to content

Commit e2ac8dd

Browse files
deps(npm): bump textlint-rule-terminology (#6877)
Bumps the textlint group with 1 update in the /dependencies directory: [textlint-rule-terminology](https://github.com/sapegin/textlint-rule-terminology). Updates `textlint-rule-terminology` from 5.2.13 to 5.2.14 - [Release notes](https://github.com/sapegin/textlint-rule-terminology/releases) - [Commits](sapegin/textlint-rule-terminology@v5.2.13...v5.2.14) --- updated-dependencies: - dependency-name: textlint-rule-terminology dependency-version: 5.2.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: textlint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0f760c commit e2ac8dd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Super-linter supports the following tools:
7373
| **.env** | [dotenv-linter](https://github.com/dotenv-linter/dotenv-linter) | |
7474
| **Git merge conflict markers** | [Git conflict markers presence in files](https://git-scm.com/docs/git-config#Documentation/git-config.txt-mergeconflictStyle) | N/A |
7575
| **GitHub Actions** | [actionlint](https://github.com/rhysd/actionlint) | See YAML formatters |
76-
| **Golang** | [golangci-lint](https://github.com/golangci/golangci-lint) | |
76+
| **Go** | [golangci-lint](https://github.com/golangci/golangci-lint) | |
7777
| **GoReleaser** | [GoReleaser](https://github.com/goreleaser/goreleaser) | See YAML formatters |
7878
| **GraphQL** | | [Prettier](https://prettier.io/) |
7979
| **Groovy** | [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | |
@@ -357,7 +357,7 @@ You can configure Super-linter using the following environment variables:
357357
| **VALIDATE_GIT_MERGE_CONFLICT_MARKERS** | `true` | Option to enable or disable checking if files contain Git merge conflict markers. |
358358
| **VALIDATE_GITHUB_ACTIONS** | `true` | Flag to enable or disable the linting process of the GitHub Actions. |
359359
| **VALIDATE_GITLEAKS** | `true` | Flag to enable or disable the linting process of the secrets. |
360-
| **VALIDATE_GO** | `true` | Flag to enable or disable the linting process of the individual Golang files. Set this to `false` if you want to lint Go modules. See the `VALIDATE_GO_MODULES` variable. |
360+
| **VALIDATE_GO** | `true` | Flag to enable or disable the linting process of the individual Go files. Set this to `false` if you want to lint Go modules. See the `VALIDATE_GO_MODULES` variable. |
361361
| **VALIDATE_GO_MODULES** | `true` | Flag to enable or disable the linting process of Go modules. Super-linter considers a directory to be a Go module if it contains a file named`go.mod`. |
362362
| **VALIDATE_GO_RELEASER** | `true` | Flag to enable or disable the linting process of the GoReleaser config file. |
363363
| **VALIDATE_GRAPHQL_PRETTIER** | `true` | Flag to enable or disable checking the formatting of GraphQL files with Prettier. |
@@ -394,7 +394,7 @@ You can configure Super-linter using the following environment variables:
394394
| **VALIDATE_PHP_PHPCS** | `true` | Flag to enable or disable the linting process of the PHP language. (Utilizing: PHP CodeSniffer) |
395395
| **VALIDATE_PHP_PHPSTAN** | `true` | Flag to enable or disable the linting process of the PHP language. (Utilizing: PHPStan) |
396396
| **VALIDATE_PHP_PSALM** | `true` | Flag to enable or disable the linting process of the PHP language. (Utilizing: PSalm) |
397-
| **VALIDATE_POWERSHELL** | `true` | Flag to enable or disable the linting process of the Powershell language. |
397+
| **VALIDATE_POWERSHELL** | `true` | Flag to enable or disable the linting process of the PowerShell language. |
398398
| **VALIDATE_PROTOBUF** | `true` | Flag to enable or disable the linting process of the Protobuf language. |
399399
| **VALIDATE_PYTHON** | `true` | Flag to enable or disable the linting process of the Python language. (Utilizing: pylint) (keep for backward compatibility) |
400400
| **VALIDATE_PYTHON_BLACK** | `true` | Flag to enable or disable the linting process of the Python language. (Utilizing: black) |

dependencies/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dependencies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"textlint": "^15.2.0",
4444
"textlint-filter-rule-allowlist": "^4.0.0",
4545
"textlint-filter-rule-comments": "^1.2.2",
46-
"textlint-rule-terminology": "^5.2.12",
46+
"textlint-rule-terminology": "^5.2.14",
4747
"typescript": "^5.8.3"
4848
}
4949
}

0 commit comments

Comments
 (0)