summaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/url_preprocessing
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20095: Enable modernize-pass-by-valuevitya-smirnov2026-03-021-2/+4
| | | | commit_hash:4939dfad654f18bb31e40711ee0c39063889f17b
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-231-1/+1
| | | | commit_hash:4d77ad10fd4db303459ec4e45e139967c7fc8196
* YQL-20095: Enable modernize-use-overridevitya-smirnov2026-01-131-2/+2
| | | | | | | | | | | | | | | | | | | The check `modernize-use-override` is useful as it: 1. Removes redundant `override` when it is used with a `final`. 2. Removes redundant `virtual` or replace it with a `override`. So it is more clean for a reader, that overriding happens. It is enabled not out of order, as it is just an alias to `cppcoreguidelines-explicit-virtual-functions`. I also decided to switch a strategy of enabling checks. Now I will enable only a single rule with a single PR and prefer rules with a non-breaking autofix. In the new year with new linter checks! 🎄 commit_hash:e6e233baa90b31e5f65e11837546690c47f71ab5
* YQL-20086: Add yql/essentials Clang Tidy configvitya-smirnov2025-11-211-1/+1
| | | | | | | | | This patch introduces an extension configuration for the Clang Tidy. It is merged with Arcadia Clang Tidy configuration. To begin with, more checks for identifiers naming are added. Documentation: https://nda.ya.ru/t/AhbDZbiF7MKe3M. commit_hash:3481da4c8df0a4d23a991d4a660ae050d2dc5d33
* YQL-20086 invert flagvvvv2025-10-102-4/+0
| | | | commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
* YQL-20086 core (part1)vvvv2025-10-089-12/+16
| | | | commit_hash:12dbda4defcaef8dd708a69552fc19eba832ce2f
* YQL-20086 corevvvv2025-06-184-9/+9
| | | | commit_hash:af5d81d51befa5cee331fbed69e7e5db2014a260
* Moved other yql/essentials libs YQL-19206vvvv2024-11-077-0/+213
| | | | | init commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0
* Moved ↵vvvv2024-11-034-0/+30
yql/core/{credentials,file_storage,pg_ext,pg_settings,sql_types,url_lister/interface,url_preprocessing/interface,user_data} YQL-19206 init commit_hash:a14e6656bf99d5d1ac95b6c75abd072ac9739e1d