Showing 2 of 8 total issues
Function toExtend
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
toExtend(roleNameToExtend: string): void {
this.checkRolesExist();
const roles: Roles = this.rolesStore.getRoles();
Function for
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
for(...stages: string[]): void {
const roles: Roles = this.rolesStore.getRoles();
const query: GrantQuery = this.query as GrantQuery;