-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor all .ts/.js source to eliminate tslint errors and update tslint.json to fine-tune rules #139
Labels
chore
Work that's not a bug or a feature request
Comments
VivekMChawla
added a commit
that referenced
this issue
Mar 12, 2019
Fixed missing code to make use of the -f flag in falcon:adk:install. Renamed --configfile flag to --recipefile (single char remains -f). Cleaned up multiple ts-lint errors/warnings in the files touched by this fix. Includes updates to tslint rules. Related to: #139
VivekMChawla
added a commit
that referenced
this issue
Apr 6, 2019
Commented out a large group of interfaces and types that were not in use. Need to decide later whether these are all useless artifacts from the early days of this project or if the types/interfaces were just moved to other files. Related to: #139
VivekMChawla
added a commit
that referenced
this issue
May 9, 2019
Update mock input sequence inside create.test.ts. Update testbed ADK project to use the latest schema for sfdx-project.json. Turn tslint back on as part of post-test actions. Related to: #139
VivekMChawla
added a commit
that referenced
this issue
May 9, 2019
This is the final batch of fixes to eliminate all tslint errors. Hooray! Related to: #139
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After installing the TSLint plugin for VS Code, a very large number of tslint errors/warnings came up.
We need to update all .ts/.js source files to match the new rules, or update tslint.json to customize the rules we want enforced for this project.
Long term goal is to enforce our particular tslint rules during automated tests to help ensure code quality and consistency once we get community contributions.
The text was updated successfully, but these errors were encountered: