Skip to content

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

Merged
kesara merged 1 commit into
ietf-tools:mainfrom
kesara:feature/avoid-verticle-spaces
Jun 10, 2022
Merged

feat!: New switch to skip lines with only whitespace characters#14
kesara merged 1 commit into
ietf-tools:mainfrom
kesara:feature/avoid-verticle-spaces

Conversation

@kesara

@kesara kesara commented Jun 10, 2022

Copy link
Copy Markdown
Member

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

codecov-commenter commented Jun 10, 2022

Copy link
Copy Markdown

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