Skip to content
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

[rush] Simplify setting allowWarningsInSuccessfulBuild for build and rebuild commands #1375

Closed
mikeharder opened this issue Jul 11, 2019 · 1 comment · Fixed by #1485
Closed
Labels
effort: easy Probably a quick fix. Want to contribute? :-) enhancement The issue is asking for a new feature or design change help wanted If you're looking to contribute, this issue is a good place to start!

Comments

@mikeharder
Copy link
Contributor

Please add a simpler method to set allowWarningsInSuccessfulBuild for the build and rebuild commands, without duplicating the commands in command-line.json. More details:

#1329 (comment)

@mikeharder mikeharder changed the title Simplify setting allowWarningsInSuccessfulBuild for "build" and "rebuild" commands Simplify setting allowWarningsInSuccessfulBuild for build and rebuild commands Jul 11, 2019
@iclanton iclanton changed the title Simplify setting allowWarningsInSuccessfulBuild for build and rebuild commands [rush] Simplify setting allowWarningsInSuccessfulBuild for build and rebuild commands Jul 12, 2019
@rakeshpatnaik rakeshpatnaik added effort: easy Probably a quick fix. Want to contribute? :-) help wanted If you're looking to contribute, this issue is a good place to start! labels Jul 12, 2019
@octogonz
Copy link
Collaborator

When build or rebuild is specified command-line.json, any omitted settings should default to the build-in settings as defined by _addDefaultBuildActions(). Since we're just merging settings from two objects, this should be pretty easy to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: easy Probably a quick fix. Want to contribute? :-) enhancement The issue is asking for a new feature or design change help wanted If you're looking to contribute, this issue is a good place to start!
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants