Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

helm - remove trailing whitespaces (#337) #345

Merged
merged 7 commits into from
Jan 14, 2021

Conversation

alinabuzachis
Copy link
Contributor

  • Add remove_trailing_spaces() to remove trailing whitespaces for each helm_repository parameter
SUMMARY
ISSUE TYPE
  • Bugfix Pull Request
  • Docs Pull Request
  • Feature Pull Request
  • New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

* Add remove_trailing_spaces() to remove trailing whitespaces for each helm_repository parameter
@codecov
Copy link

codecov bot commented Jan 13, 2021

Codecov Report

Merging #345 (dee55a3) into main (a9b8cc6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #345   +/-   ##
=======================================
  Coverage   36.93%   36.93%           
=======================================
  Files           3        3           
  Lines         750      750           
  Branches      146      146           
=======================================
  Hits          277      277           
  Misses        424      424           
  Partials       49       49           

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 a9b8cc6...dee55a3. Read the comment docs.

* Add remove_trailing_spaces() to remove trailing whitespaces for each helm_repository parameter
* Add remove_trailing_spaces() to remove trailing whitespaces for each helm_repository parameter
* Add remove_trailing_spaces() to remove trailing whitespaces for each helm_repository parameter
* Add remove_trailing_spaces() to remove trailing whitespaces for each helm_repository parameter
* Add remove_trailing_spaces() to remove trailing whitespaces for each helm_repository parameter
@goneri goneri merged commit 003d802 into ansible-collections:main Jan 14, 2021
@goneri
Copy link
Member

goneri commented Jan 14, 2021

Hi @alinabuzachis, Does this PR fix an existing opened issue?

@alinabuzachis alinabuzachis linked an issue Jan 14, 2021 that may be closed by this pull request
@tima
Copy link
Collaborator

tima commented Jan 14, 2021

@goneri I has some reservations about this one. Isn't this breaking from convention to how Engine works? The rest of Ansible engine doesn't strip whitespace like this. We should be consistent with that and not introduce something that breaks with that convention because one person made a typo.

@goneri
Copy link
Member

goneri commented Jan 14, 2021

Sorry, I understand. @tima I just pushed a PR to revert the patch.

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.

3 participants