We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dc6a7 commit 01e5e89Copy full SHA for 01e5e89
.changeset/gentle-rockets-mate.md
@@ -0,0 +1,9 @@
1
+---
2
+'blog-app': patch
3
+'web-app': patch
4
+'@your-org/core-lib': patch
5
+'@your-org/db-main-prisma': patch
6
+'@your-org/ui-lib': patch
7
8
+
9
+Relaxed codeclimate config for react components
.codeclimate.yml
@@ -8,6 +8,7 @@ checks:
threshold: 4
file-lines:
10
config:
11
+ # Threshold from default 250 to 350 (tsx / react components)
12
threshold: 250
13
method-complexity:
14
@@ -16,8 +17,8 @@ checks:
16
17
18
threshold: 20
19
method-lines:
- config:
20
- threshold: 300
+ # Threshold from default 25 to 350 (tsx / react components)
21
+ threshold: 250
22
nested-control-flow:
23
24
0 commit comments