repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1639153 - Part 6.6: Add tls dependency for truncate i32. r=lth
[gecko.git]
/
tools
/
lint
/
shellcheck.yml
blob
d0b390d4e87ede9e48f92bce479bda019ebdfb7a
1
---
2
shellcheck:
3
description: Shell script linter
4
include:
5
- taskcluster/docker/
6
exclude: []
7
# 1090: https://github.com/koalaman/shellcheck/wiki/SC1090
8
# 'Can't follow a non-constant source'
9
extensions: ['sh']
10
support-files:
11
- 'tools/lint/shell/**'
12
excludecodes: ['1090', '1091']
13
type: external
14
payload: shell:lint