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 test avo warnings by removing redundant rake tasks loading. #3422

Merged
merged 1 commit into from Feb 10, 2023

Conversation

simi
Copy link
Member

@simi simi commented Feb 10, 2023

fixes following warning introduced at #3405

/home/retro/.gem/ruby/3.2.0/gems/avo-2.25.0/lib/tasks/tailwindcss_rails.rake:2: warning: already initialized constant ASSET_FILE
/home/retro/.gem/ruby/3.2.0/gems/avo-2.25.0/lib/tasks/tailwindcss_rails.rake:2: warning: previous definition of ASSET_FILE was here
/home/retro/.gem/ruby/3.2.0/gems/avo-2.25.0/lib/tasks/tailwindcss_rails.rake:4: warning: already initialized constant TAILWINDCSS_RAILS
/home/retro/.gem/ruby/3.2.0/gems/avo-2.25.0/lib/tasks/tailwindcss_rails.rake:4: warning: previous definition of TAILWINDCSS_RAILS was here

@simi simi requested a review from segiddins February 10, 2023 02:38
@simi simi marked this pull request as ready for review February 10, 2023 02:42
@codecov
Copy link

codecov bot commented Feb 10, 2023

Codecov Report

Merging #3422 (e278d36) into master (776ddda) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3422   +/-   ##
=======================================
  Coverage   98.39%   98.39%           
=======================================
  Files         130      130           
  Lines        3665     3665           
=======================================
  Hits         3606     3606           
  Misses         59       59           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@simi simi merged commit 735f391 into master Feb 10, 2023
@simi simi deleted the fix-tests-warning branch February 10, 2023 02:47
@rubygems-org-shipit rubygems-org-shipit bot temporarily deployed to staging February 10, 2023 02:55 Inactive
@rubygems-org-shipit rubygems-org-shipit bot temporarily deployed to production February 11, 2023 00:35 Inactive
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

2 participants