mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-27 14:57:44 +00:00
More lint fixes
This commit is contained in:
parent
b12e3b5b13
commit
0568387e4f
2 changed files with 3 additions and 1 deletions
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
|
|
@ -20,6 +20,8 @@ on:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
statuses: write
|
||||||
|
checks: write
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Set the Job #
|
# Set the Job #
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"threshold": 1,
|
"threshold": 0.5,
|
||||||
"ignore": ["spec/**"],
|
"ignore": ["spec/**"],
|
||||||
"reporters": ["threshold"]
|
"reporters": ["threshold"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue