feat(github): Analyse past release times (#3135)
* feat(github): Analyse past release times Signed-off-by: Tim Collins <tim@thecollins.team> * typo Signed-off-by: Tim Collins <tim@thecollins.team> * add megalinter config. Fix my rubbish code to appease the linter Signed-off-by: Tim Collins <tim@thecollins.team> --------- Signed-off-by: Tim Collins <tim@thecollins.team> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
2685b861d2
commit
56c5a31c9e
16 changed files with 2493 additions and 0 deletions
21
scripts/release-analysis/.mega-linter.yaml
Normal file
21
scripts/release-analysis/.mega-linter.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Configuration file for MegaLinter
|
||||
# Run megalinter locally with: `docker run --rm -v /var/run/docker.sock:/var/run/docker.sock:rw -v $(pwd):/tmp/lint:rw oxsecurity/megalinter:v8`
|
||||
ENABLE:
|
||||
- DOCKERFILE
|
||||
- PYTHON
|
||||
|
||||
DISABLE_LINTERS:
|
||||
- PYTHON_FLAKE8
|
||||
- PYTHON_PYRIGHT
|
||||
- PYTHON_RUFF
|
||||
- PYTHON_BANDIT
|
||||
|
||||
CLEAR_REPORT_FOLDER: true
|
||||
PYTHON_PYLINT_PRE_COMMANDS:
|
||||
- command: pip install -r /tmp/lint/requirements.txt
|
||||
venv: pylint
|
||||
REPORT_OUTPUT_FOLDER: none
|
||||
|
||||
|
||||
# You might want to enable this locally to fix some stuff without guessing what you need to change. Check before committing to git.
|
||||
#APPLY_FIXES: all
|
||||
Loading…
Add table
Add a link
Reference in a new issue