Commit
·
184f293
1
Parent(s):
f28306b
fix: Remove invalid language field from CodeRabbit config
Browse files- .coderabbit.yaml +1 -2
.coderabbit.yaml
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
# CodeRabbit configuration
|
| 2 |
# See: https://docs.coderabbit.ai/configuration
|
| 3 |
-
|
| 4 |
-
language: python
|
| 5 |
|
| 6 |
review:
|
| 7 |
# Enable/disable review
|
|
|
|
| 1 |
# CodeRabbit configuration
|
| 2 |
# See: https://docs.coderabbit.ai/configuration
|
| 3 |
+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
|
|
|
|
| 4 |
|
| 5 |
review:
|
| 6 |
# Enable/disable review
|