Commit graph

2 commits

Author SHA1 Message Date
John Kuhn
f2aafc4d87
Support ignore deletions with "ignore_line_deletions" param (#71)
* Support ignore deletions with "ignore_file_deletions" param

Test files_to_ignore code path

Tweak the variable type

Correct bad logic in the file ignore block

Debug

More debugging

More debugging

Fingers crossed

Another try

Last try

Lets see if this one does it

Testing again

More tests

More testing

Last test

Wait, I might be onto something

Put some changes back

Fixes

Whoops

Walk back yml test

* Rename config variable to be ignore_line_deletions

* Add and update tests

* Update action.yml to provided more consistent desc.

Co-authored-by: Javier Ferrer González <javier.mailserio@gmail.com>

* Delete redundant helper function

* Fix parse error in action.yml

---------

Co-authored-by: Javier Ferrer González <javier.mailserio@gmail.com>
2024-04-16 08:35:06 -07:00
Emmanuel Valverde Ramos
54c3c1d940
test: add bashunit (#64)
* chore: add bashunit to the repo

* chore: created folder for test and check that bashunit works

* chore: snapshot for test_should_ignore_files_with_glob

* chore: add pipeline

* chore: snapshot update

* git ignore bashunit, rather install it as vendor

* chore: code style

* chore: fix installed bashunit version

---------

Co-authored-by: Chemaclass <chemaclass@outlook.es>
Co-authored-by: katarn <katarn@katarn.es>
2023-11-14 18:42:54 +01:00