|
| 1 | +### CODEOWNERS ### |
| 2 | +# |
| 3 | +# This is a test case with the following issues: |
| 4 | +# - sections are not ordered alphabetically |
| 5 | +# - paths within sections are not sorted alphabetically |
| 6 | +# - paths within sections have blank lines |
| 7 | +# - the default section is missing |
| 8 | +# |
| 9 | + |
| 10 | +# Comment for SECTION_NAME |
| 11 | +[SECTION_NAME] |
| 12 | +# this is a comment for *.md test@email.com |
| 13 | +*.md test@email.com |
| 14 | +* test@email.com test1@email.com test2@email.com test3@email.com |
| 15 | +# this is a comment |
| 16 | +/.pylintrc test@email.com |
| 17 | +WORKSPACE test@email.com test1@email.com test2@email.com test3@email.com |
| 18 | +/WORKSPACE test@email.com test1@email.com test2@email.com test3@email.com |
| 19 | +/analytics/ test@email.com |
| 20 | +/go/src/github.com/test/base/sync/ test@email.com |
| 21 | + |
| 22 | +# this is a multi- |
| 23 | +# line comment for /go/src/github.com/test/path1/ |
| 24 | +/go/src/github.com/test/path1/ test@email.com |
| 25 | +/go/src/github.com/test/path2/ test@email.com |
| 26 | +/go/src/github.com/test/path3/ test@email.com |
| 27 | +# This is a comment for a non existing line |
| 28 | +/go/src/github.com/test/path4/ test@email.com |
| 29 | +/ui/lighting/client test@email.com |
| 30 | +/ui/lighting test@email.com |
| 31 | +/ui/components/ test_a@email.com |
| 32 | +/www/ test@email.com |
| 33 | +/www/gitlab/test/path test@email.com |
| 34 | +/ui/components/ test_c@email.com |
| 35 | +.gitlab test@email.com |
| 36 | +/ui test@email.com test1@email.com test2@email.com test3@email.com |
| 37 | +/ui/components/ test_a@email.com test_b@email.com |
| 38 | + |
| 39 | +# Build Group |
| 40 | +[BUILD] #this is a comment |
| 41 | +CODEOWNERS @test/teams/build/admin test@email.com test1@email.com test2@email.com test3@email.com |
| 42 | +.gitlab/.gitlab-ci.yml test@email.com |
| 43 | +.gitlab/ci/ test@email.com test1@email.com test2@email.com test3@email.com |
| 44 | + |
| 45 | +/ops/gitlab/ test@email.com |
| 46 | + |
| 47 | + |
| 48 | +# Comment for [SYSTEM] |
| 49 | + |
| 50 | +[SYSTEM] |
| 51 | +# This is also a comment for [SYSTEM] |
| 52 | + |
| 53 | +/go/src/repo/pipeline/ test@email.com |
| 54 | +/ops/terraform/pipeline/ test@email.com |
| 55 | +/pipeline/ test@email.com test1@email.com test2@email.com test3@email.com |
| 56 | +/docker/pipeline/ test@email.com |
| 57 | +/release/release_script.sh test@email.com |
| 58 | + |
| 59 | +[SECURITY] |
| 60 | +# Comment for security |
| 61 | + |
| 62 | +/ops/terraform/path1 test@email.com |
| 63 | + |
| 64 | + |
| 65 | +/ops/terraform/path2/ test@email.com |
| 66 | + |
| 67 | + |
| 68 | +[TEST_SECTION] |
| 69 | +# This is a comment for [TEST_SECTION] |
| 70 | + |
| 71 | +/go/src/repo/pipeline/ test@email.com |
| 72 | +/ops/terraform/pipeline/ test@email.com test1@email.com test2@email.com test3@email.com |
| 73 | +/pipeline/ test@email.com |
| 74 | +/docker/pipeline/ test@email.com |
| 75 | +/release/release_script.sh test@email.com |
0 commit comments