Skip to content

Commit

Permalink
increase license check location threshold for long shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Nov 26, 2023
1 parent cf013b6 commit fe1cc0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
header:
# default is 80, need to make it slightly longer for a long shebang
license-location-threshold: 100
license:
spdx-id: MPL-2.0
content: |
Expand Down
2 changes: 1 addition & 1 deletion tools/deno/api-diff.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env -S deno run --allow-run --allow-net --allow-read --allow-write --allow-env
#! /usr/bin/env -S deno run --allow-run --allow-net --allow-read --allow-write=/tmp --allow-env

/*
* This Source Code Form is subject to the terms of the Mozilla Public
Expand Down

0 comments on commit fe1cc0c

Please sign in to comment.