ci: semgrep to enforce test correctness by ruthra-kumar [frappe] PR#4360
From: https://github.com/frappe/hrms/pull/4360
Date: 2026-04-10 16:27:30+05:30
- ci: semgrep to enforce test correctness
Diagnostics
Conflicts detected for source commit: c3867bc1cb13430b9276244034c7f458eedae38e
- DU .github/workflows/linters.yml
Cleaning files from denylist:
.github/workflows/linters.yml | 52 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
Conflicts detected for source commit: 370fda4ce4d6dd5e296a1a1e5499f473d9d30563
- DU .github/workflows/linters.yml
Cleaning files from denylist:
.github/workflows/linters.yml | 52 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4360
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4360
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease