Skip to content

Commit 8c8cdd8

Browse files
[enhancement] Add description about code quality checks
Add a paragraph about codechecker checking the pull request.
1 parent d1706df commit 8c8cdd8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ from product_db_access_handler import ThriftProductHandler
9797
# ... your code here
9898
```
9999

100+
### Code quality
101+
102+
Any change in the Pull Request against the codechecker repository will be checked
103+
with CodeChecker itself for potential issues. If any issue found, the Pull Request
104+
cannot be merged before fixing them.
105+
100106
### Directory layout
101107

102108
#### `analyzer`

0 commit comments

Comments
 (0)