* build: Removed the diff-quality step Applied lint-amnesty on all the warnings Removed pylint thresholds comparison code and related tests Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com>
6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
export ESLINT_THRESHOLD=5300
|
|
export STYLELINT_THRESHOLD=880
|