We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccf835 commit 6f2f0ceCopy full SHA for 6f2f0ce
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "danger",
3
- "version": "10.5.4",
+ "version": "10.6.0",
4
"description": "Unit tests for Team Culture",
5
"main": "distribution/danger.js",
6
"typings": "distribution/danger.d.ts",
source/danger.d.ts
@@ -973,8 +973,10 @@ interface GitDSL extends GitJSONDSL {
973
974
/**
975
* Offers the overall lines of code added/removed in the diff
976
+ *
977
+ * @param {string} pattern an option glob pattern to filer files that will considered for lines of code.
978
*/
- linesOfCode(): Promise<number | null>
979
+ linesOfCode(pattern?: string): Promise<number | null>
980
}
981
// This is `danger.github` inside the JSON
982
0 commit comments