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

feat!: New switch to skip lines with only whitespace characters #14

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

kesara
Copy link
Member

@kesara kesara commented Jun 10, 2022

BREAKING CHANGE: iddiff by default doesn't shrink lines with only whitespace
characters anymore.
This can be achieved by using the new switch -s or --skip-whitespace.

Fixes #13
Fixes #9

@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2022

Codecov Report

Merging #14 (2021202) into main (5ec92ca) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          108       118   +10     
=========================================
+ Hits           108       118   +10     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
iddiff/iddiff.py 100.00% <100.00%> (ø)

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 5ec92ca...2021202. Read the comment docs.

BREAKING CHANGE: iddiff by default doesn't shrink lines with only whitespace
characters anymore.
This can be achieved by using the new switch `-s` or `--skip-whitespace`.
@kesara kesara force-pushed the feature/avoid-verticle-spaces branch from 2021202 to f88c3e4 Compare June 10, 2022 02:46
@kesara kesara merged commit 698cdce into ietf-tools:main Jun 10, 2022
@kesara kesara deleted the feature/avoid-verticle-spaces branch June 10, 2022 03:26
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.

Avoid stripping vertical white spaces Option to turn off ignore whitespaces
2 participants