generated from nhcarrigan/template
fix: resolve all ESLint warnings
- Improved JSDoc description for getCommitStatus method - Fixed import to use type-only import for Logger - Capitalized comment beginnings - Added ESLint disable comments with descriptions for mock logger - Fixed key spacing alignment All linter warnings are now resolved!
This commit is contained in:
@@ -145,11 +145,11 @@ class GiteaService {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the combined commit status for a specific commit.
|
||||
* Gets the combined commit status for a specific commit by querying the Gitea API for all status checks.
|
||||
* @param owner - The repository owner.
|
||||
* @param repo - The repository name.
|
||||
* @param sha - The commit SHA.
|
||||
* @returns The combined status of all checks for the commit.
|
||||
* @param sha - The commit SHA to check.
|
||||
* @returns The combined status of all checks (pending, success, error, or failure).
|
||||
*/
|
||||
public async getCommitStatus(
|
||||
owner: string,
|
||||
|
||||
Reference in New Issue
Block a user