We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d81d7d commit ae36797Copy full SHA for ae36797
src/errors.ts
@@ -1,6 +1,6 @@
1
export class LintError extends Error {
2
constructor(message: string) {
3
- super(`[LintBranchName] ${message}`);
+ super(`[BranchNameLint] ${message}`);
4
}
5
6
export const branchProtectedError = new LintError('Protected branch');
0 commit comments