linguist icon indicating copy to clipboard operation
linguist copied to clipboard

Mark `deno.lock` as generated

Open lishaduck opened this issue 1 year ago • 1 comments

Mark deno.lock files as generated by the deno cli.

Closes: #6882

Description

Checklist:

  • [x] I am adding new or changing current functionality
    • [ ] I have added or updated the tests for the new or changed functionality.

I'm not sure where to place a deno.lock for tests. I greped around, but I couldn't find a Dummy/ folder.

lishaduck avatar Jun 13 '24 22:06 lishaduck

I'm not sure where to place a deno.lock for tests. I greped around, but I couldn't find a Dummy/ folder.

We already have one: https://github.com/github-linguist/linguist/blob/master/samples/JSON/filenames/deno.lock

https://github.com/github-linguist/linguist/pull/6783 is a recent PR you can copy.

lildude avatar Jun 14 '24 06:06 lildude