What is Trag rule ?
rule
is plain English instruction which will be applied to code during code review.
Potentially any tribal knowledge within an engineering team, or specific criteria which is impossible to describe as linter, formatter rule can be described as plain English rule
in Trag and it will be applied during the code review process.
In case the rule is not met Trag will write a comment on the pull request.
By using rules you can customize the review process according to your coding standards and business requirements and make the review process more relevant to your project’s specific needs.