Add validator command option after updating files #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add validator command option after updating files
This PR implements the feature requested in #4 to allow specifying a validator command that will be run after updating files. The validator command is run with the path to the edited file as its first argument.
Features
--validator
command-line option to specify the validator commandTesting
Fixes #4
Link to Devin run: https://app.devin.ai/sessions/53ff2f6cc5e64fd4a5d79c024d44cb26
Requested by: tumf ([email protected])