-
Notifications
You must be signed in to change notification settings - Fork 296
Fixing build warnings #1160
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
Fixing build warnings #1160
Conversation
seantleonard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
httpstatuscode should be consistent with code sent for other config validation issues. Don't use the authorization forbidden return code
Aniruddh25
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets fail the build if warnings exist. So, in future, warnings are not overlooked
Why make this change?
Fix build warnings: #1156.
Additional change
Failing build if there are warnings.
How was this tested?
Not required.