You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: lib/format.js
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,7 @@
3
3
*
4
4
* @param {Object} report
5
5
*/
6
-
constformat=report=>{
7
-
const{ commits }=report
8
-
6
+
functionformat({ commits }){
9
7
// Keep errors/warnings count
10
8
leterrorsCount=0
11
9
letwarnsCount=0
@@ -34,11 +32,19 @@ There were the following issues with this Pull Request
34
32
35
33
${message}
36
34
37
-
You may need to [change the commit messages](https://help.github.com/articles/changing-a-commit-message/) to comply with the repository contributing guidelines.
35
+
You may need to [change the commit messages][ref] to comply with the \
36
+
repository contributing guidelines.
38
37
39
38
--------
40
39
41
-
🤖 This comment was generated by [**commitlint[bot]**](https://github.com/ahmed-taj/commitlint-bot). Please report issues [here](https://github.com/ahmed-taj/commitlint-bot/issues). Happy coding!
40
+
🤖 This comment was generated by [**commitlint[bot]**][repo]. Please report \
0 commit comments