Skip to content

Commit

Permalink
lt > gt again
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed May 13, 2024
1 parent df61619 commit 2fd62fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/_self/projects/WebApp.kt
Expand Up @@ -577,7 +577,7 @@ object CheckCodeStyleBranch : BuildType({
FILES_TO_LINT=`git diff --name-only --diff-filter=d refs/remotes/origin/trunk...HEAD | grep -E '\.[jt]sx?'`
# Avoid running more than 10 parallel eslint tasks as it could OOM
if [ "%run_full_eslint%" = "true" ] || [ "${'$'}FILES_TO_LINT" -lt 10 ]; then
if [ "%run_full_eslint%" = "true" ] || [ "${'$'}FILES_TO_LINT" -gt 10 ]; then
echo "Linting all files"
yarn run eslint --format checkstyle --output-file "./checkstyle_results/eslint/results.xml" .
else
Expand Down

0 comments on commit 2fd62fd

Please sign in to comment.