Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Failing specs to test that a new cli rule has been added. * Happy path for adding a CLI requirement Created a path to build/add requirements. Much refactor to be done once all requirement types are included. * Working implementation for all rules. Still needs major refactor. Need to add prompt for choosing an existing requirement or creating a new one with a desired name. * Working implementation * Update * Update snapshot testings for snapshot.ts * Make TSlint great again. * Bump Gluegun * Moving appendSolidaritySettings to an external function. Tests… coming soon. * Tests for appendSolidaritySettings * Empty commit cause Github is confused. * Retest * Fix - AppendSettings This commit test drives and fixes the issue where new settings would override existing ones. * Fixes creating a new requirement set * Support incomplete entry Allows a user to enter the rule if they did not specify in the original command. * Adds support for shell rules * Found small bug hidden by bad tests. * Fix broken merge. * Refactor + Spec fixes * Make tslint great again * Handle updates to an already existing rule!!!!! Could use a refactor! Would love some input. * Working spec suite. * Update ruleHandlers * Remove lines * Rerun spec suite w/ empty commit. * Update message to use the rule handler key to build the question for solving the problems. * Updates snapshots * Adds failing test * Fix type that was causing a bug w/ shell * Update copy for asking the specific for the rule type * Handles rejection of the undefined second param. * Handle empty requirement input * Retest
- Loading branch information