Skip to content

Commit

Permalink
Example commit - fails lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminJohnson2204 committed Oct 30, 2024
1 parent ea2e727 commit a4ac971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/errors/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ export class AuthError extends CustomError {
static NOT_STAFF_OR_ADMIN = new AuthError(4, 403, NOT_STAFF_OR_ADMIN);
static NOT_ADMIN = new AuthError(5, 403, NOT_ADMIN);
}

let intentionallyFailLintCheck;

Check warning on line 22 in backend/src/errors/auth.ts

View workflow job for this annotation

GitHub Actions / Backend check

'intentionallyFailLintCheck' is defined but never used. Allowed unused vars must match /^_/u

Check failure on line 22 in backend/src/errors/auth.ts

View workflow job for this annotation

GitHub Actions / Backend check

'intentionallyFailLintCheck' is defined but never used

0 comments on commit a4ac971

Please sign in to comment.