Skip to content

Commit 8140e8a

Browse files
committed
feat(tweaks): lint limit
1 parent c252c7f commit 8140e8a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.commitlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"security",
2626
"config"
2727
]
28-
]
28+
],
29+
"header-max-length": [ 2, "always", 100 ]
2930
}
3031
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,6 @@ CHANGELOG.md
194194
/TELBlazor.Components/wwwroot/css/nhsuk.css
195195
/TELBlazor.Components.ShowCase.Shared/wwwroot/css/nhsuk.css
196196
/TELBlazor.Components.ShowCase.E2ETests/Reports/*.zip
197+
/CICDPackageLocation/*.nupkg
198+
197199

CICDPackageLocation/gitinclude.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gitinclude

0 commit comments

Comments
 (0)