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

[WIP] Fix warnings raised by URI 1.0.1 #596

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jrafanie
Copy link
Member

@jrafanie jrafanie commented Nov 8, 2024

@jrafanie jrafanie changed the title Fix warnings raised by URI 1.0.1 [WIP] Fix warnings raised by URI 1.0.1 Nov 8, 2024
@jrafanie jrafanie added the wip label Nov 11, 2024
@jrafanie jrafanie force-pushed the fix-uri-1-0-1-warnings branch from 8a07bae to 3dd4331 Compare November 20, 2024 20:15
@jrafanie jrafanie closed this Dec 10, 2024
@jrafanie jrafanie reopened this Dec 10, 2024
@miq-bot
Copy link
Member

miq-bot commented Mar 5, 2025

Checked commits jrafanie/manageiq-gems-pending@89a5331~...3dd4331 with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
6 files checked, 42 offenses detected

lib/gems/pending/util/mount/miq_generic_mount_session.rb

  • ⚠️ - Line 324, Col 13 - Lint/UselessAssignment - Useless assignment to variable - userinfo. Use _ or _userinfo as a variable name to indicate that it won't be used.
  • ⚠️ - Line 324, Col 29 - Lint/UselessAssignment - Useless assignment to variable - port. Use _ or _port as a variable name to indicate that it won't be used.
  • ⚠️ - Line 324, Col 35 - Lint/UselessAssignment - Useless assignment to variable - registry. Use _ or _registry as a variable name to indicate that it won't be used.
  • ⚠️ - Line 324, Col 52 - Lint/UselessAssignment - Useless assignment to variable - opaque. Use _ or _opaque as a variable name to indicate that it won't be used.
  • ⚠️ - Line 324, Col 60 - Lint/UselessAssignment - Useless assignment to variable - query. Use _ or _query as a variable name to indicate that it won't be used.
  • ⚠️ - Line 324, Col 67 - Lint/UselessAssignment - Useless assignment to variable - fragment. Use _ or _fragment as a variable name to indicate that it won't be used.
  • ⚠️ - Line 325, Col 17 - Lint/UselessAssignment - Useless assignment to variable - userinfo_log. Use _ or _userinfo_log as a variable name to indicate that it won't be used.
  • ⚠️ - Line 325, Col 41 - Lint/UselessAssignment - Useless assignment to variable - port_log. Use _ or _port_log as a variable name to indicate that it won't be used.
  • ⚠️ - Line 325, Col 51 - Lint/UselessAssignment - Useless assignment to variable - registry_log. Use _ or _registry_log as a variable name to indicate that it won't be used.
  • ⚠️ - Line 325, Col 76 - Lint/UselessAssignment - Useless assignment to variable - opaque_log. Use _ or _opaque_log as a variable name to indicate that it won't be used.
  • ⚠️ - Line 325, Col 88 - Lint/UselessAssignment - Useless assignment to variable - query_log. Use _ or _query_log as a variable name to indicate that it won't be used.
  • ⚠️ - Line 325, Col 99 - Lint/UselessAssignment - Useless assignment to variable - fragment_log. Use _ or _fragment_log as a variable name to indicate that it won't be used.
  • ⚠️ - Line 454, Col 13 - Lint/UselessAssignment - Useless assignment to variable - userinfo. Use _ or _userinfo as a variable name to indicate that it won't be used.
  • ⚠️ - Line 454, Col 23 - Lint/UselessAssignment - Useless assignment to variable - host. Use _ or _host as a variable name to indicate that it won't be used.
  • ⚠️ - Line 454, Col 29 - Lint/UselessAssignment - Useless assignment to variable - port. Use _ or _port as a variable name to indicate that it won't be used.
  • ⚠️ - Line 454, Col 35 - Lint/UselessAssignment - Useless assignment to variable - registry. Use _ or _registry as a variable name to indicate that it won't be used.
  • ⚠️ - Line 454, Col 5 - Lint/UselessAssignment - Useless assignment to variable - scheme. Use _ or _scheme as a variable name to indicate that it won't be used.
  • ⚠️ - Line 454, Col 51 - Lint/UselessAssignment - Useless assignment to variable - opaque. Use _ or _opaque as a variable name to indicate that it won't be used.
  • ⚠️ - Line 454, Col 59 - Lint/UselessAssignment - Useless assignment to variable - query. Use _ or _query as a variable name to indicate that it won't be used.
  • ⚠️ - Line 454, Col 66 - Lint/UselessAssignment - Useless assignment to variable - fragment. Use _ or _fragment as a variable name to indicate that it won't be used.
  • ⚠️ - Line 75, Col 13 - Lint/UselessAssignment - Useless assignment to variable - userinfo. Use _ or _userinfo as a variable name to indicate that it won't be used.
  • ⚠️ - Line 75, Col 23 - Lint/UselessAssignment - Useless assignment to variable - host. Use _ or _host as a variable name to indicate that it won't be used.
  • ⚠️ - Line 75, Col 29 - Lint/UselessAssignment - Useless assignment to variable - port. Use _ or _port as a variable name to indicate that it won't be used.
  • ⚠️ - Line 75, Col 35 - Lint/UselessAssignment - Useless assignment to variable - registry. Use _ or _registry as a variable name to indicate that it won't be used.
  • ⚠️ - Line 75, Col 45 - Lint/UselessAssignment - Useless assignment to variable - share. Use _ or _share as a variable name to indicate that it won't be used.
  • ⚠️ - Line 75, Col 52 - Lint/UselessAssignment - Useless assignment to variable - opaque. Use _ or _opaque as a variable name to indicate that it won't be used.
  • ⚠️ - Line 75, Col 60 - Lint/UselessAssignment - Useless assignment to variable - query. Use _ or _query as a variable name to indicate that it won't be used.
  • ⚠️ - Line 75, Col 67 - Lint/UselessAssignment - Useless assignment to variable - fragment. Use _ or _fragment as a variable name to indicate that it won't be used.

lib/gems/pending/util/mount/miq_nfs_session.rb

  • ⚠️ - Line 13, Col 13 - Lint/UselessAssignment - Useless assignment to variable - userinfo. Use _ or _userinfo as a variable name to indicate that it won't be used.
  • ⚠️ - Line 13, Col 30 - Lint/UselessAssignment - Useless assignment to variable - port. Use _ or _port as a variable name to indicate that it won't be used.
  • ⚠️ - Line 13, Col 36 - Lint/UselessAssignment - Useless assignment to variable - registry. Use _ or _registry as a variable name to indicate that it won't be used.
  • ⚠️ - Line 13, Col 5 - Lint/UselessAssignment - Useless assignment to variable - scheme. Use _ or _scheme as a variable name to indicate that it won't be used.
  • ⚠️ - Line 13, Col 59 - Lint/UselessAssignment - Useless assignment to variable - opaque. Use _ or _opaque as a variable name to indicate that it won't be used.
  • ⚠️ - Line 13, Col 67 - Lint/UselessAssignment - Useless assignment to variable - query. Use _ or _query as a variable name to indicate that it won't be used.
  • ⚠️ - Line 13, Col 74 - Lint/UselessAssignment - Useless assignment to variable - fragment. Use _ or _fragment as a variable name to indicate that it won't be used.

lib/gems/pending/util/mount/miq_smb_session.rb

  • ⚠️ - Line 15, Col 13 - Lint/UselessAssignment - Useless assignment to variable - userinfo. Use _ or _userinfo as a variable name to indicate that it won't be used.
  • ⚠️ - Line 15, Col 30 - Lint/UselessAssignment - Useless assignment to variable - port. Use _ or _port as a variable name to indicate that it won't be used.
  • ⚠️ - Line 15, Col 36 - Lint/UselessAssignment - Useless assignment to variable - registry. Use _ or _registry as a variable name to indicate that it won't be used.
  • ⚠️ - Line 15, Col 5 - Lint/UselessAssignment - Useless assignment to variable - scheme. Use _ or _scheme as a variable name to indicate that it won't be used.
  • ⚠️ - Line 15, Col 59 - Lint/UselessAssignment - Useless assignment to variable - opaque. Use _ or _opaque as a variable name to indicate that it won't be used.
  • ⚠️ - Line 15, Col 67 - Lint/UselessAssignment - Useless assignment to variable - query. Use _ or _query as a variable name to indicate that it won't be used.
  • ⚠️ - Line 15, Col 74 - Lint/UselessAssignment - Useless assignment to variable - fragment. Use _ or _fragment as a variable name to indicate that it won't be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants