-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fail on non-dev packages with executables that are only used within bin/
#107
Closed
matthewnitschke-wk
wants to merge
10
commits into
master
from
fail_on_packages_with_executables_use_in_bin
Closed
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
d0fd59c
fail on packages used within executables, only used within bin/
matthewnitschke-wk 160596e
with ref
matthewnitschke-wk 1ac8af8
fixed up additional failures
matthewnitschke-wk 2d6694c
fixed test
matthewnitschke-wk 8c934b5
gha cleanup and updated outdated readme
matthewnitschke-wk feef27f
updated comment for buildConfigRef
matthewnitschke-wk b25c6c7
updated PR template
matthewnitschke-wk ed43e99
comment out formatting for now
matthewnitschke-wk 94591dd
fixed stdout
matthewnitschke-wk 6a5c96c
Merge branch 'master' into fail_on_packages_with_executables_use_in_bin
matthewnitschke-wk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,15 @@ | ||
## Motivation | ||
<!-- High-level overview of what you are trying to fix or improve, and why. | ||
Include any relevant background information that reviewers should know. --> | ||
<!-- | ||
High-level overview of what you are trying to fix or improve, and why. | ||
Include any relevant background information that reviewers should know. | ||
--> | ||
|
||
## Changes | ||
<!-- What this PR changes to fix the problem. --> | ||
|
||
#### Release Notes | ||
<!-- A concise description of your changes, written in the imperative. | ||
("Fix bug" and not "Fixed bug" or "Fixes bug.") --> | ||
|
||
## Review | ||
_[See CONTRIBUTING.md][contributing-review-types] for more details on review types (+1 / QA +1 / +10) and code review process._ | ||
|
||
<!-- If you're making a PR from outside of the Frontend Development Experience team, then first off, thanks! :) | ||
|
||
For open-source contributors, tag @Workiva/app-frameworks and we'll take a look! | ||
|
||
For Workiva employees: | ||
|
||
*** Please refrain from tagging the whole team to prevent extraneous notifications. *** | ||
|
||
If you're not sure who from our team should review these changes, then leave this section | ||
blank for now and post a link to the PR in the #support-frontend-dx Slack channel. | ||
|
||
<!-- | ||
What this PR changes to fix the problem. | ||
--> | ||
|
||
Please review: <!-- Tag people here or via GitHub's "Request Review" feature--> | ||
|
||
### QA Checklist | ||
- [ ] Tests were updated and provide good coverage of the changeset and other affected code | ||
- [ ] Manual testing was performed if needed | ||
- [ ] Steps from PR author: | ||
<!-- Call out any specific manual testing instructions here, or omit this section if not applicable --> | ||
- [ ] Anything falling under manual testing criteria [outlined in CONTRIBUTING.md][contributing-manual-testing] | ||
|
||
## Merge Checklist | ||
While we perform many automated checks before auto-merging, some manual checks are needed: | ||
- [ ] A Frontend Frameworks Architecture member has reviewed these changes | ||
- [ ] There are no unaddressed comments _- this check can be automated if reviewers use the "Request Changes" feature_ | ||
- [ ] _For release PRs -_ Version metadata in Rosie comment is correct | ||
|
||
|
||
[contributing-review-types]: https://github.com/Workiva/dependency_validator/blob/master/CONTRIBUTING.md#review-types | ||
[contributing-manual-testing]: https://github.com/Workiva/dependency_validator/blob/master/CONTRIBUTING.md#manual-testing-criteria | ||
## Testing/QA Instructions | ||
<!-- | ||
List manual testing instructions here if necessary, or indicate passing CI suffices if the changes are well covered by automated tests. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
Formatting hasn't been ran on the repo in awhile due to the
matrix.sdk == 'stable'
checkWill put up a different PR, running formatting, so as to not obscure the changes here with formatting diffs