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

fix: correct YAML syntax in nodejs config #11

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

Open
chad-fossa wants to merge 2 commits into coderabbitai:main
base: main
Choose a base branch
Loading
from chad-fossa:fix/nodejs-yaml-syntax

Conversation

@chad-fossa
Copy link

@chad-fossa chad-fossa commented Dec 8, 2025

Summary

This PR fixes YAML syntax issues in configs/nodejs/coderabbit-nestjs-style.yaml that prevent CodeRabbit from properly parsing the configuration:

  • Fix path_filters glob pattern: !**/.xml!**/*.xml (was missing asterisk before .xml)
  • Remove extra quotes from instructions block scalar: The | already makes it a string, so inner quotes were causing parsing issues
  • Remove nestjs-specific reference: This config is generic Node.js, not NestJS-specific

Suggestion

Consider renaming this file to something like coderabbit-nodejs-example.yaml since it doesn't contain any NestJS-specific configuration after these changes.

Test plan

  • Validate YAML syntax with a YAML linter
  • Test with CodeRabbit on a Node.js repository

- Fix path_filters glob pattern: `!**/.xml` → `!**/*.xml`
- Remove extra quotes from instructions block scalar
- Remove nestjs-specific reference (this is a general nodejs config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /