PrincetonUniversity / blocklint

MIT License
7 stars 7 forks source link

Ensure skip_files are absolute paths #17

Closed bruth closed 1 year ago

bruth commented 2 years ago

The filtering done on line 160 requires an exact path match. This change ensures skip files are absolute paths when parsed.

troycomi commented 2 years ago

Good catch!

Do you also need to use abspath during the filtering on line 160?

Make sure the tests pass locally too. Seems like the skip files in config isn't passing (adding to filtering may fix).