Files
codeql/CODEOWNERS
Line: 1: incorrect codeowner organization: github/codeql-c-analysis Line: 1: no users/groups matched Line: 2: incorrect codeowner organization: github/codeql-csharp Line: 2: no users/groups matched Line: 3: incorrect codeowner organization: github/codeql-java Line: 3: no users/groups matched Line: 4: incorrect codeowner organization: github/codeql-javascript Line: 4: no users/groups matched Line: 5: incorrect codeowner organization: github/codeql-python Line: 5: no users/groups matched Line: 8: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 9: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 10: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 11: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 12: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**`
2021-02-24 15:10:26 +00:00

12 lines
552 B
Plaintext

/cpp/ @github/codeql-c-analysis
/csharp/ @github/codeql-csharp
/java/ @github/codeql-java
/javascript/ @github/codeql-javascript
/python/ @github/codeql-python
# Exclude help for experimental queries from docs review
/cpp/**/experimental/**/*.qhelp @github/codeql-c-analysis @xcorail
/csharp/**/experimental/**/*.qhelp @github/codeql-csharp @xcorail
/java/**/experimental/**/*.qhelp @github/codeql-java @xcorail
/javascript/**/experimental/**/*.qhelp @github/codeql-javascript @xcorail
/python/**/experimental/**/*.qhelp @github/codeql-python @xcorail