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

Remove left-over folder created at rake lint task #253

Merged
merged 1 commit into from
Jun 18, 2020
Merged

Conversation

omerdemirok
Copy link
Contributor

Signed-off-by: Omer Demirok odemirok@chef.io

Description

rake lint runs inspec vendor command before syntax check and this creates a vendor folder with the dependencies in it.
A second rake lint task detects the style issues in the vendor file and fails the lint task.
It should be removed after syntax check.

Issues Resolved

List any existing issues this PR resolves, or any Discourse or StackOverflow discussion that's relevant

Check List

`rake lint` runs `inspec vendor` command before syntax check and this creates a `vendor` folder with the dependencies in it.
A second `rake lint` task detects the style issues in the `vendor` file and fails the `lint` task.
It should be removed after syntax check.

Signed-off-by: Omer Demirok <odemirok@chef.io>
@omerdemirok omerdemirok requested a review from a team June 18, 2020 14:14
Copy link
Contributor

@rmoles rmoles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable. Thanks @omerdemirok

@rmoles rmoles merged commit 1852c25 into master Jun 18, 2020
@rmoles rmoles deleted the remove_vendor branch June 18, 2020 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants