mirror of
https://github.com/dense-analysis/ale
synced 2024-12-18 12:25:17 +00:00
a793db7399
- Add .vintrc.yaml configuration that disables the scriptencoding check (ProhibitMissingScriptEncoding) that is raised randomly. - Upgrade vint to 0.3.21. Project seems to have stopped here and 0.4.0 was never released. - Ensure the run-test scripts use the correct docker image (e.g. add tag) . Co-authored-by: Horacio Sanson <horacio@allm.inc>
6 lines
153 B
YAML
6 lines
153 B
YAML
policies:
|
|
# Disable a violation that is thrown randomly for reasons I still
|
|
# do not understand.
|
|
ProhibitMissingScriptEncoding:
|
|
enabled: false
|