Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

envoy/lds: change HTTP filter's function signature #2104

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

shashankram
Copy link
Member

Description:
Renames the function and changes its signature to remove
unused argument.

Signed-off-by: Shashank Ram shashank08@gmail.com

Affected area:

  • New Functionality [ ]
  • Documentation [ ]
  • Install [ ]
  • Control Plane [X]
  • CLI Tool [ ]
  • Certificate Management [ ]
  • Networking [ ]
  • Metrics [ ]
  • SMI Policy [ ]
  • Security [ ]
  • Tests [ ]
  • CI System [ ]
  • Performance [ ]
  • Other [ ]

Please answer the following questions with yes/no.

  • Does this change contain code from or inspired by another project? If so, did you notify the maintainers and provide attribution?
    No

Renames the function and changes its signature to remove
unused argument.

Signed-off-by: Shashank Ram <shashank08@gmail.com>
@shashankram shashankram requested a review from a team as a code owner November 20, 2020 21:01
@codecov-io
Copy link

Codecov Report

Merging #2104 (211a125) into main (68ab84d) will increase coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2104      +/-   ##
==========================================
+ Coverage   58.52%   58.56%   +0.03%     
==========================================
  Files         144      144              
  Lines        5914     5910       -4     
==========================================
  Hits         3461     3461              
+ Misses       2450     2446       -4     
  Partials        3        3              
Impacted Files Coverage Δ
pkg/envoy/lds/inmesh.go 85.18% <0.00%> (ø)
pkg/envoy/lds/listener.go 26.53% <0.00%> (ø)
pkg/envoy/xdsutil.go 66.18% <0.00%> (+1.85%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 68ab84d...211a125. Read the comment docs.

@draychev
Copy link
Contributor

Is there no linter we can enable to tell us about unused function params? @nojnhuh ?

@shashankram shashankram merged commit ed46be8 into openservicemesh:main Nov 20, 2020
@shashankram shashankram deleted the http-filter branch November 20, 2020 21:24
draychev pushed a commit to draychev/osm that referenced this pull request Dec 14, 2020
)

Renames the function and changes its signature to remove
unused argument.

Signed-off-by: Shashank Ram <shashank08@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants