Skip to content

updated pylint

8bed5f2
Select commit
Loading
Failed to load commit list.
Merged

Updated offline_repo paths #3458

updated pylint
8bed5f2
Select commit
Loading
Failed to load commit list.
DRP Checker / DRP Checkers succeeded Aug 21, 2025 in 0s

DRP Checkers for blocking/required checkers overall status is success

success
DRP Checkers is a utility that runs a series of checks on the codebase to ensure that the codebase is compliant with the standards and policies. Refer help for more information.

No blocking/required checkers configured for DRP Checkers.

Frequently ask questionsfaq

 What is "DRP Checkers"?
  • DRP Checkers are designed to check the contents of Pull Requests submitted to GitHub repository. They evaluate the PR against a predefined set of Checkers specific to the project.

  • Checkers can be set in two modes:

    1. Non-blocking mode: The Checker is executed and reports a Pass or Failed status. However, a Failed status does not block the PR from progressing.
    2. Blocking mode: Checkers in blocking mode prevent the PR from being merged into the repository until the Checker returns a Passed status. Once all the required Checkers have Passed, the overall status of the DRP Checkers will be marked as Passed, allowing the merge to proceed.
 Why I am block to merge?
  • This is aligned with the concept of "shift left" in software development. "Shift left" refers to the practice of incorporating security and quality measures earlier in the software development lifecycle. By enabling the checkers as required, we are shifting the responsibility of ensuring security and quality to the development phase rather than addressing them later in the testing or production stages.

Help link

DRP Checkers Quick Guide
DRP Checkers
Chat with us slack teams
Give Feedback To DRP