March 2019
Intermediate to advanced
636 pages
27h 50m
English
The following represents a basic set of rules concerning the CODEOWNERS based on the authors of this book. Feel free to adjust it to your own team. The important point to note here is that the last pattern to match will be the one used to identify the owners who need to perform the review. As such, we must be careful as to the order of the rules:
# In this example, documentation and Header.txt are part # of the default match. Default owners if nothing else # matches.* @ldesrosi# Code related should be validated by Rama. # JavaScripts files could have been separated # into tests versus logic by using folder's structure*.qry @rama*.acl @rama*.cto @rama*.js @rama# Package.json should be reviewed by everyone ...
Read now
Unlock full access