You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing earlybird against an ansible role repository, normally an easy one.
I still get many false-positive matches that I'm trying to ignore zith ~/.ge_ignore but it seems the pattern style is not working or a format that I'm not expecting.
Tried with filename, shell wildcard pattern. also double wildcard like https://github.com/aschaef19/earlybird/blob/main/.ge_ignore
I'm testing earlybird against an ansible role repository, normally an easy one.
I still get many false-positive matches that I'm trying to ignore zith ~/.ge_ignore but it seems the pattern style is not working or a format that I'm not expecting.
Tried with filename, shell wildcard pattern. also double wildcard like https://github.com/aschaef19/earlybird/blob/main/.ge_ignore
from my reading of code, "Reading file " should not appear if file is correctly ignored
https://github.com/americanexpress/earlybird/blob/main/pkg/file/fileUtil.go#L196
match seems custom character per character as per
https://github.com/americanexpress/earlybird/blob/main/pkg/wildcard/patternMatch.go
Note that even if it says " Go-EarlyBird version: 2.0.0", this is from latest download aka https://github.com/americanexpress/earlybird/releases/download/v3.12.0/go-earlybird-linux
Example run in https://github.com/juju4/ansible-adduser/runs/6142207431?check_suite_focus=true#step:6:1
Thanks for sharing your work
The text was updated successfully, but these errors were encountered: