Skip to content

Commit

Permalink
refactor(tslint): Cleanup of code style issues
Browse files Browse the repository at this point in the history
This is the final batch of fixes to eliminate all tslint errors. Hooray!

Related to: #139
  • Loading branch information
VivekMChawla committed May 9, 2019
1 parent 956617c commit 2f9f70c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export enum INTENT {
BUILD_SCRATCH_ORG = 'BUILD_SCRATCH_ORG',
DEPLOY_DEMO = 'DEPLOY_DEMO',
DEPLOY_DEMO = 'DEPLOY_DEMO',
HEALTH_CHECK = 'HEALTH_CHECK',
NOT_SPECIFIED = 'NOT_SPECIFIED',
REPAIR_PROJECT = 'REPAIR_PROJECT',
Expand All @@ -18,4 +18,4 @@ export enum ERROR_TYPE {
ENGINE_ERROR = 'ENGINE_ERROR',
RECIPE_ERROR = 'RECIPE_ERROR',
UNPARSED_ERROR = 'UNPARSED_ERROR'
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default {};
export default {};
2 changes: 1 addition & 1 deletion src/modules/sfdx-falcon-validators/git-validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ export function isGitUriValid(gitRemoteUri:string, acceptedProtocols?:RegExp):b

// If we get here, the Git Remote URI was not valid.
return false;
}
}

0 comments on commit 2f9f70c

Please sign in to comment.