Merge commit '227425b90e9a671118026689dd30967e127a1090' as 'external/toxcore/c-toxcore'
This commit is contained in:
13
external/toxcore/c-toxcore/.hadolint.yaml
vendored
Normal file
13
external/toxcore/c-toxcore/.hadolint.yaml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
ignored:
|
||||
# "cd" is sometimes useful when you want to run one command in one directory
|
||||
# and then another command in another directory, but they should be executed
|
||||
# in the same RUN instruction.
|
||||
- DL3003
|
||||
- DL3007
|
||||
- DL3008
|
||||
- DL3013
|
||||
- DL3018
|
||||
- DL3059
|
||||
# $(pkg-config ...) needs this
|
||||
- SC2046
|
Reference in New Issue
Block a user