Skip to content

Conversation

@chad-fossa
Copy link
Contributor

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)
This is a general Node.js config, not NestJS-specific
@chad-fossa chad-fossa closed this Dec 8, 2025
@chad-fossa chad-fossa reopened this Dec 8, 2025
Copy link
Collaborator

@HadesArchitect HadesArchitect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@HadesArchitect HadesArchitect merged commit 688fd77 into coderabbitai:main Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants