Skip to content

Commit fa485c0

Browse files
committed
6.5.1
1 parent 990d816 commit fa485c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+41
-10527
lines changed

.codeclimate.yml

+31-33
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
1-
version: "2" # required to adjust maintainability checks
1+
version: '2' # required to adjust maintainability checks
22
checks:
3-
argument-count:
4-
config:
5-
threshold: 4
6-
complex-logic:
7-
config:
8-
threshold: 4
9-
file-lines:
10-
config:
11-
threshold: 500
12-
method-complexity:
13-
config:
14-
threshold: 5
15-
method-count:
16-
config:
17-
threshold: 20
18-
method-lines:
19-
config:
20-
threshold: 50
21-
nested-control-flow:
22-
config:
23-
threshold: 4
24-
return-statements:
25-
config:
26-
threshold: 4
27-
similar-code:
28-
config:
29-
threshold: 75 # language-specific defaults. an override will affect all languages.
30-
identical-code:
31-
config:
32-
threshold: 50 # language-specific defaults. an override will affect all languages.
33-
exclude_patterns:
34-
- "demo/"
3+
argument-count:
4+
config:
5+
threshold: 4
6+
complex-logic:
7+
config:
8+
threshold: 4
9+
file-lines:
10+
config:
11+
threshold: 500
12+
method-complexity:
13+
config:
14+
threshold: 5
15+
method-count:
16+
config:
17+
threshold: 20
18+
method-lines:
19+
config:
20+
threshold: 50
21+
nested-control-flow:
22+
config:
23+
threshold: 4
24+
return-statements:
25+
config:
26+
threshold: 4
27+
similar-code:
28+
config:
29+
threshold: 75 # language-specific defaults. an override will affect all languages.
30+
identical-code:
31+
config:
32+
threshold: 50 # language-specific defaults. an override will affect all languages.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 6.5.1
2+
3+
##### Bugfix
4+
5+
- Update iOS colors (#281)
6+
7+
---
8+
19
### 6.5.0
210

311
##### New

demo/.buckconfig

-6
This file was deleted.

demo/.eslintrc.js

-4
This file was deleted.

demo/.flowconfig

-99
This file was deleted.

demo/.gitattributes

-1
This file was deleted.

demo/.gitignore

-60
This file was deleted.

demo/.prettierrc.js

-6
This file was deleted.

demo/.watchmanconfig

-1
This file was deleted.

0 commit comments

Comments
 (0)