Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb6788d

Browse filesBrowse files
committed
fix(core): update commitlint rules
1 parent b7bd8a1 commit bb6788d
Copy full SHA for bb6788d

2 files changed

+14-2Lines changed: 14 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎docker/mpgpelastickibana/Dockerfile‎

Copy file name to clipboardExpand all lines: docker/mpgpelastickibana/Dockerfile
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ CMD sh kibana/bin/kibana --host 0.0.0.0 -Q \
1111
& sh elasticsearch/bin/elasticsearch -E http.host=0.0.0.0 --quiet \
1212
& sleep 60 \
1313
&& curl -XPOST http://localhost:5601/api/saved_objects/index-pattern/13fd5de0-d09f-11e9-ac5e-6b76646c8bd0 -H 'Content-Type: application/json' -H 'kbn-xsrf: true' -d @index.json \
14-
&& sh
14+
&& sh
15+
16+
#curl -XGET http://localhost:5601/api/saved_objects/index-pattern/13fd5de0-d09f-11e9-ac5e-6b76646c8bd0 >> index.json
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
"./node_modules/@commitlint/config-conventional"
2323
],
2424
"rules": {
25+
"header-max-length": [
26+
2,
27+
"always",
28+
50
29+
],
30+
"body-max-line-length": [
31+
2,
32+
"always",
33+
72
34+
],
2535
"scope-enum": [
2636
2,
2737
"always",
@@ -97,4 +107,4 @@
97107
"husky": "3.0.4",
98108
"lint-staged": "9.2.5"
99109
}
100-
}
110+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.