We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55714fb commit 6b66f2eCopy full SHA for 6b66f2e
1 file changed
src/main/java/org/kohsuke/github/GHRepository.java
@@ -2939,9 +2939,10 @@ private static class GHCodeownersErrors {
2939
}
2940
2941
/**
2942
- * List contributors paged iterable.
+ * List errors in the {@code CODEOWNERS} file. Note that GitHub skips lines with incorrect syntax; these are
2943
+ * reported in the web interface, but not in the API call which this library uses.
2944
*
- * @return the paged iterable
2945
+ * @return the list of errors
2946
* @throws IOException
2947
* the io exception
2948
*/
0 commit comments