Skip to content

Commit 4e5ef2b

Browse files
authored
chore: update contributing guide and mark technical package.jsons private (#1891)
1 parent 40e1d6b commit 4e5ef2b

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ It only checks links within the local docs (it can't check links to other docs s
123123
## Built-in rules changes
124124

125125
After adding a new rule, make sure it is added to the `minimal`, `recommended`, `recommended-strict` (the same as the previous but with warnings turned into error) and `all` rulesets with appropriate severity levels. The defaults are `off` for `minimal` and `recommended` and `error` for `all`.
126-
Also add the rule to the `builtInRulesList` in [the config types tree](../packages/core/src/types/redocly-yaml.ts).
126+
Also add the rule to the built-in rules list in [the config types tree](./packages/core/src/types/redocly-yaml.ts).
127127

128128
Separately, open a merge request with the corresponding documentation changes.
129129

__tests__/smoke-plugins/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "test-project-smoke-plugins",
3+
"private": true,
34
"scripts": {
45
"redocly-version": "redocly --version",
56
"redocly-lint": "redocly lint openapi.yaml"

__tests__/smoke/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "test-project",
33
"version": "1.0.0",
44
"description": "",
5+
"private": true,
56
"main": "index.js",
67
"scripts": {
78
"redocly-version": "redocly --version",

benchmark/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "benchmark",
33
"version": "1.0.0",
44
"description": "Test benchmark for Redocly CLI",
5+
"private": true,
56
"scripts": {
67
"chart": "node chart.mjs > benchmark_chart.md",
78
"make-test": "bash make-test-command.sh"

0 commit comments

Comments
 (0)