Skip to content

Commit 27cecea

Browse files
committed
more config
1 parent c4aa143 commit 27cecea

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.coderabbit.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ reviews:
1010
- path: "**/vendor_files/**"
1111
instructions: "These files came from a vendor and we're not allowed to change them. Refer to it if you need to understand how the main code interacts with it, but do not make comments about it."
1212
tools:
13-
# these are already run by pre-commit, and coderabbit often generates false positives
14-
eslint:
13+
eslint: # when the code contains typescript, eslint will be run by pre-commit, and coderabbit often generates false positives
1514
enabled: false
16-
ruff:
15+
ruff: # when the code contains python, ruff will be run by pre-commit, and coderabbit often generates false positives
1716
enabled: false
18-
pylint:
17+
pylint: # when the code contains python, pylint will be run by pre-commit, and coderabbit often generates false positives
1918
enabled: false
20-
flake8:
19+
flake8: # we use ruff instead (when we use Python)
2120
enabled: false

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.78-6-g58d5021
2+
_commit: v0.0.78-7-ga4574cd
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: A web app that is hosted within a local intranet. Nuxt frontend, python
55
backend, docker-compose

template/.coderabbit.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ reviews:
1010
- path: "**/vendor_files/**"
1111
instructions: "These files came from a vendor and we're not allowed to change them. Refer to it if you need to understand how the main code interacts with it, but do not make comments about it."
1212
tools:
13-
# these are already run by pre-commit, and coderabbit often generates false positives
14-
eslint:
13+
eslint: # when the code contains typescript, eslint will be run by pre-commit, and coderabbit often generates false positives
1514
enabled: false
16-
ruff:
15+
ruff: # when the code contains python, ruff will be run by pre-commit, and coderabbit often generates false positives
1716
enabled: false
18-
pylint:
17+
pylint: # when the code contains python, pylint will be run by pre-commit, and coderabbit often generates false positives
1918
enabled: false
20-
flake8:
19+
flake8: # we use ruff instead (when we use Python)
2120
enabled: false

0 commit comments

Comments
 (0)