You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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
Minor cleanup in files related to Yeoman Generator logic. Most of these
files already had their big refactoring moments. This commit is mostly
small cleanup items discovered while refactoring the falcon:apk:create
command.
Related to: #22#139
Continued refactoring of create/clone commands in an effort to clean up
tslint errors and reduce repetitive code across Generators.
Related to: #22#139
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
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: