Skip to content

Commit

Permalink
Merge pull request #331 from pankona/discipline-coderabbit
Browse files Browse the repository at this point in the history
Attempt to suppress noisy coderabbit
  • Loading branch information
pankona authored Nov 10, 2024
2 parents 4dc25b8 + ae1ab40 commit 9dba0af
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: 'ja-JP'
early_access: false
reviews:
profile: 'chill'
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: false
collapse_walkthrough: false
auto_review:
enabled: true
drafts: false
path_filters:
- '!content/posts/**'
- '!*.md'
tools:
markdownlint:
# Use https://github.com/pankona/pankona.github.com/pull/314
enabled: false
chat:
auto_reply: true
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"tekumara.typos-vscode",
"dprint.dprint",
"jnoortheen.nix-ide",
"davidanson.vscode-markdownlint"
"davidanson.vscode-markdownlint",
"redhat.vscode-yaml"
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"nix.enableLanguageServer": true,
"[go]": {
"editor.defaultFormatter": "golang.go"
}
},
"redhat.telemetry.enabled": false
}
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
dart-sass

markdownlint-cli2

yaml-language-server
];
};
}
Expand Down

0 comments on commit 9dba0af

Please sign in to comment.