| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Looks reasonable, look out for conflicts with the other LOC PR.
Sorry, something went wrong.
| // note that "**" is always included. The includes are for extra | ||
| // directories outside the normal structure. |
There was a problem hiding this comment.
Outdated comment?
Sorry, something went wrong.
|
|
||
| t.deepEqual(results, { | ||
| js: 15, | ||
| js: 12, |
There was a problem hiding this comment.
Might conflict with your other PR.
Sorry, something went wrong.
Previously, we were always using `**` in the include path. the effect of this was to always count lines in the entire repository unless explicitly added to the paths-ignore. This was incorrect behaviour. Now we only using `**` if the include path is otherwise empty.
| Back | FazBrowse Home | New Git URL |
Previously, we were always using ** in the include path. the
effect of this was to always count lines in the entire
repository unless explicitly added to the paths-ignore. This
was incorrect behaviour. Now we only using ** if the include
path is otherwise empty.
Merge / deployment checklist