summaryrefslogtreecommitdiffstats
path: root/build/config/tests
Commit message (Collapse)AuthorAgeFilesLines
* Reduce diff between two .clang-formatthegeorg2025-10-301-0/+1
| | | | | | | | | Provides sane formatting for the following pattern: ``` BENCHMARK_F(TBenchWalk, Walk_FirstParent)(benchmark::State& state) { ``` commit_hash:15087479d2603541ce9b691d6bd55ccb5bbc3d35
* Lay list attributes out for sane diffthegeorg2025-10-301-3/+19
| | | | commit_hash:6c019cb6f41fae864363fd7ab376e3fe02f667da
* Add build/config/tests/ruff to ↵kirrysin2025-09-043-0/+34
| | | | | | "devtools/contrib/piglet/projects/ydblib/config.yaml" commit_hash:5bba9e168323feeec3547b9f6faac73b8f9cd9b4
* Fix indentation in .clang-format'sthegeorg2025-04-141-13/+13
| | | | commit_hash:f4afe4a98e0d9b030362b811aca186a2975c1c96
* Remove deprecated clang-format optionthegeorg2025-04-141-1/+0
| | | | | | | This option is [deprecated](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#constructorinitializerallononelineoroneperline). See CurrentLine of PackConstructorInitializers. NB: `PackConstructorInitializers` is already set to `Never` in our `.clang-format`. commit_hash:94ea7856d12cf370fee5b0f75866c87577a348da
* fix arcadian clang-format `a.yaml`egovol2025-04-141-2/+3
| | | | | Когда min_approvers_count был не на месте, получалось, что шипы вообще не нужны commit_hash:e101d0286e87c45c1f17eed27a4eccb3f25e99e8
* use consistent BreakConstructorInitializers and BreakInheritanceList options ↵egovol2025-04-091-1/+1
| | | | | | in `.clang-format` commit_hash:1d25146f5a76da6ee2b6fadbf9e9650782f6704b
* [build/config/tests] Delete obsolete default linter config filesalevitskii2025-03-075-103/+1
| | | | | [build/config/tests] Delete obsolete default linter config files commit_hash:bd5f2f083881c0b8d5474fc522b75401dda4cee5
* Add linter configs validation rules mapalevitskii2025-02-272-0/+2
| | | | | Add linter configs validation rules map commit_hash:6bda49bb887fcb91b276a921dfc6add12c7c0ac5
* Rename default clang-format/black linter configs to conventional namesalevitskii2025-02-246-2/+104
| | | | | Rename default clang-format/black linter configs to conventional names commit_hash:53a5ce4592e4726f0f82f7b2a483864e1500b306
* Make config.clang-format defaultalevitskii2025-01-283-99/+1
| | | | | Make config.clang-ormat default commit_hash:66bde4726e685cd3f9ca6f230ef314738bd1af8c
* Sync config18.clang-format and config.clang-formatalevitskii2025-01-211-0/+1
| | | | | Sync config18.clang-format and config.clang-format commit_hash:0699138db6b6bbb12d63c494b13c55796ffb1d67
* clang-format 18 in STYLE_CPPalevitskii2025-01-201-1/+1
| | | | | clang-format 18 in STYLE\_CPP commit_hash:e2018ac17a95817f09e131ee6d5316b2bdc2d39e
* Add config18.clang-format resourcealevitskii2025-01-152-0/+98
| | | | | Add config18.clang-format resource commit_hash:3f1a46de28fdc91515a137edc34ffe43dd4738db
* Support autoincludes in ya stylealevitskii2024-11-301-2/+3
| | | | | | | | | Support autoincludes in ya style * Сделал конфиги отдельной сущностью, которую стайлеры могут использовать * Поддержал сущность `AutoincludeConfig`, добавил ее в black, ruff, clang-format стайлеры commit_hash:948c057433b3247dd84044f7c4743d2fb1d0c336
* ya style clang format. Braces stylenae2022024-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Принудительно добавлять скобки для однострочников при использовании ya style. чтобы такого не было ```cpp for (const TString& sliceName : sliceNames) for (auto& test : allWebRankingSlices) if (sliceName == ToString(test.first)) return test.second; return algo2Domain; ``` Зависит от - REVIEW:7273779 - REVIEW:7273927 - REVIEW:7274020 - REVIEW:7274173 - REVIEW:7274863 - REVIEW:7274942 - REVIEW:7286577 - REVIEW:7286432 - REVIEW:7286620 - REVIEW:7308852 commit_hash:44ce41c86610dfd52cc9a1656ff1da6b4e411d6b
* Update flake8 binariesshadchin2024-11-201-0/+2
| | | | commit_hash:33644a2ad5fc56ac738869b46aa5d5e991c8ef9a
* Export cpp_style configs to ydbalevitskii2024-11-132-0/+19
| | | | | Export cpp_style configs to ydb commit_hash:1f05f3bddb56ef6a6f010eedf7bd3342b2a78cbf
* new STYLE_CPPalevitskii2024-09-194-13/+7
| | | | | | | | | new STYLE_CPP * STYLE_CPP с дефолтным конфигом * Прокси файлы с линтерными конфигами для python и cpp, чтобы оторвать конфиги от релизных процессов ya-bin commit_hash:fa75b9b1437d66eda31caf24e9232370d8cce031
* Enable clang-format FixNamespaceComments optiondmasloff2024-09-051-0/+2
| | | | | Enable clang-format FixNamespaceComments option 8ffd1b7f4787cdf4e80a92b08f07634abe416854
* Remove Y_UNIT_TEST from config.clang-formatdmasloff2024-08-301-1/+1
| | | | | Remove Y_UNIT_TEST from config.clang-format 853b6da2c4464342d4cfe7756c18ed599004fdd8
* Set SpacesInLineCommentPrefix to 1 in Arcadia clang-formatdmasloff2024-08-191-2/+2
| | | | | Change clang-format congif in arcadia 0577efb0a5f0fb67d409e2a86b75a14a0975df63
* Sync flake8 config with blackshadchin2024-07-091-1/+4
| | | | 97222e7e89b42c6f87835c3277bcb5de8312d482
* Increase `jobs`shadchin2024-07-091-1/+1
| | | | 8d6cc3bd416bdd69a003a2f2148c94e8af573974
* Update flake8 to 7.1.0shadchin2024-07-081-241/+284
| | | | e6707877e6c6e4d8195ef1ed9953953bf91ddd05
* Set `jobs` for flake8shadchin2024-07-071-0/+1
| | | | | Иначе там стоит `auto` и порождаются лишние процессы, хотя мы проверяем по одному файлу e365dcf8ddbff3b0e8ef7688f52009a1366742da
* Prepare python linting tools for new macrosesalevitskii2024-06-262-0/+13
| | | | | Prepare python linting tools for new macroses bcc9d05e166bd25c4e6322bfdba226476ee7c896
* Mitigate meaningless difference in .clang-format'sthegeorg2024-06-121-0/+1
| | | | 2b225295e185799ec49e39f48de7268d0e753cee
* Set PackConstructorInitializer to Never in clang-formatthegeorg2024-06-031-0/+1
| | | | | | | https://clang.llvm.org/docs/ClangFormatStyleOptions.html#packconstructorinitializers Just set the default value explicitly. 8c4b172f18d90904f2b2728f43eb56b52ee24f6a
* clang-format: set `SpacesInSquareBrackets` to falsethegeorg2024-05-311-0/+1
| | | | | | | https://clang.llvm.org/docs/ClangFormatStyleOptions.html#spacesinsquarebrackets It looks like this is the default behavior though it is not clear neither from docs, nor from the code. 766f1ca523d39d476416af2a36de7579df7b9ebd
* Cosmetic changes in .clang-formatthegeorg2024-05-311-2/+2
| | | | 8f2be822acca9aea87fb4504635b81659cd8b3f4
* replace `OWNER` with `SUBSCRIBER` for build/thevery2024-04-101-1/+1
| | | | | | Привет! В рамках [задачи по наведению порядка в Аркадии](https://clubs.at.yandex-team.ru/arcadia/30094) заменяем OWNER на SUBSCRIBER в ya.make, чтобы в будущем переключить ревью на a.yaml. Этот пуллреквест приносит чисто технические изменения, правила и уведомления про ревью не меняются. 66643ef2ea3057cb2bdcd789ca7302eceeb936b1
* Use same configs in ya style and style-testsmikhnenko2024-04-043-92/+3
| | | | 853c2293128f6f534d97c1a5c97204e1f72868cf
* add CPP_STYLE_TEST_16 ya.make macroionagamed2024-03-072-0/+91
| | | | a494c8b69e6dec20bf56966cca5259e337905d23
* add py_style, fake8 deps to ydbnkozlovskiy2023-09-293-0/+14
|
* add ydb depsnkozlovskiy2023-09-291-0/+516
|
* Move style configs from devtools to build directorysay2023-09-282-0/+95
|
* fix ya.makemonster2022-07-075-140/+0
|
* intermediate changesarcadia-devtools2022-06-281-0/+12
| | | | ref:4662c38ae1728cf77f547650d521bdbada1dfa50
* intermediate changesarcadia-devtools2022-06-271-0/+28
| | | | ref:af2edd7ed7e730aacca492a35d498229fefff47e
* intermediate changesarcadia-devtools2022-05-161-1/+1
| | | | ref:ac84107056accc014c9cf4dbf7a996318b2b7cd9
* intermediate changesarcadia-devtools2022-05-051-6/+2
| | | | ref:c460212e94b2a8b35b1a37688758cecaffd58920
* intermediate changesarcadia-devtools2022-05-041-11/+2
| | | | ref:400c6f73c9a0a17f5ae3094604eea4b98d340980
* intermediate changesarcadia-devtools2022-04-291-0/+16
| | | | ref:ff4ac62862efe69eb90bbaa6467d81c3d8581ca6
* intermediate changesarcadia-devtools2022-04-222-0/+4
| | | | ref:a9e2df061294609c5e813e205ad5554b8f1d46f3
* intermediate changesarcadia-devtools2022-04-131-1/+2
| | | | ref:195ee9a494ddf56c6c8a87e6e37b8184023002f3
* intermediate changesarcadia-devtools2022-03-281-0/+27
| | | | ref:118d2cba82595a8392b66e356c815a290b5e1926
* intermediate changesarcadia-devtools2022-03-153-12/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* intermediate changesarcadia-devtools2022-03-041-0/+1
| | | | ref:b6c610b592628f654b035720d4d86493b0cc40ee
* Restoring authorship annotation for <[email protected]>. Commit 2 ↵alex-bogdanov2022-02-101-1/+1
| | | | of 2.