Skip to content

Commit 2a45c8d

Browse files
committed
add admonitions for the pro plan
1 parent 30b715a commit 2a45c8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/tools/circleci.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1616

1717
We look for `CircleCi Configuration` files specifically in the following directory:
1818

19-
- `.circleci/config.yml"`
20-
- `.circleci/config.yaml"`
19+
- `.circleci/config.yml`
20+
- `.circleci/config.yaml`
2121

2222
## Configuration
2323

docs/tools/swiftlint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SwiftLint will run on files with the following extensions:
2020

2121
## Configuration
2222

23-
Ruff supports the following config files:
23+
SwiftLint supports the following config files:
2424

2525
- User-defined config file set at `reviews.tools.swiftlint.config_file` in your project's `.coderabbit.yaml` file or setting the "Review → Tools → SwiftLint → Config File" field in CodeRabbit's settings page.
2626
- `.swiftlint.yaml`

0 commit comments

Comments
 (0)