diff options
author | spreis <[email protected]> | 2025-07-03 07:25:46 +0300 |
---|---|---|
committer | spreis <[email protected]> | 2025-07-03 07:42:50 +0300 |
commit | 784b61d804a94c4ee6a4000e5aeedde1dad2f967 (patch) | |
tree | e326004eebeed192e81d3e074c6f40138ca2281a | |
parent | d11200a4d35cc819df88cc5b06797babda5bd01b (diff) |
Get rid of OWNER in /build/
commit_hash:ff2ba775a281969703b62371ed40de8dac94532d
-rw-r--r-- | build/ymake.core.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 49a99e64ed3..afe0c89c451 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -481,8 +481,6 @@ macro _RESOURCE_SEM(INPUTS[], KEYS[], OPTS[]) { ### @example: ### ### LIBRARY() -### OWNER(user1) -### ### RESOURCE( ### path/to/file1 /key/in/program/1 ### path/to/file2 /key2 @@ -1655,8 +1653,6 @@ macro LINT(level) { ### @example: ### ### EXECTEST() -### OWNER(g:yatool) -### ### RUN( ### cat input.txt ### ) @@ -4440,7 +4436,6 @@ macro NO_NEED_CHECK(Flags...) { ### @usage: NEED_REVIEW() # deprecated ### ### Mark the project as needing review. -### Reviewers are listed in the macro OWNER. The use of this macro is disabled by default. ### Details can be found here: https://clubs.at.yandex-team.ru/arcadia/6104 macro NEED_REVIEW(Flags...) { # TODO: FIXME |