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

Fix gemspec to include assets directory #9082

Merged
merged 1 commit into from Nov 23, 2020
Merged

Fix gemspec to include assets directory #9082

merged 1 commit into from Nov 23, 2020

Conversation

javierav
Copy link
Contributor

@javierav javierav commented Nov 23, 2020

Fix current release of rubocop 1.4.0 that not includes the assets directory used by html report.

rubocop --format html --out tmp/rubocop.html
No such file or directory @ rb_sysopen - /Users/javierav/.asdf/installs/ruby/2.5.0/lib/ruby/gems/2.5.0/gems/rubocop-1.4.0/assets/output.html.erb

@javierav javierav changed the title Include assets dir in gem build Fix gemspec to include assets directory Nov 23, 2020
@bbatsov
Copy link
Collaborator

bbatsov commented Nov 23, 2020

It seems we overoptimized this. :-) Just add a changelog entry and we're good to go here.

Assets directory is used by HTML report.
@javierav
Copy link
Contributor Author

Done @bbatsov, but now some tests failed in CI... 🤔

@bbatsov bbatsov merged commit 40f0249 into rubocop:master Nov 23, 2020
@bbatsov
Copy link
Collaborator

bbatsov commented Nov 23, 2020

Those seem like some random failures. Thanks!

@piotrmurach
Copy link
Contributor

@javierav Thanks for the fix!

@bbatsov Sorry for this, I should've grepped the project for assets folder references - I genuinely thought I did. A lesson for the future.

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.

None yet

3 participants