Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit3a81b58

Browse files
authored
Update configuration.md (#484)
Fixing a missed | to denote that path instructions must be an array of strings
1 parent12f8e51 commit3a81b58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎docs/reference/configuration.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -919,12 +919,12 @@ and JavaScript files in a repository's `src` directory:
919919
```yaml
920920
path_instructions:
921921
-path:src/**/*.{ts,tsx,js}
922-
instructions:
923-
-Review the React.js/TypeScript/JavaScript code for best practices
924-
-Check for common security vulnerabilities such as:
925-
-SQL Injection
926-
-Insecure dependencies
927-
-Sensitive data exposure
922+
instructions:|
923+
- Review the React.js/TypeScript/JavaScript code for best practices
924+
- Check for common security vulnerabilities such as:
925+
- SQL Injection
926+
- Insecure dependencies
927+
- Sensitive data exposure
928928
```
929929
</TabItem>
930930
</Tabs>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp