Commit Graph

6 Commits

Author SHA1 Message Date
Max K
67bddde628 move Check Descriptions to commit_status_helper 2024-08-05 13:18:37 +02:00
Max K
fa0f760fd9 CI: CI Buddy to notify about fatal workflow failures 2024-07-22 18:05:13 +02:00
Azat Khuzhin
3b4d5b00de Re-configure yamllint to allow document-start
CI reported [1]:

    1:1       warning  found forbidden document start "---"  (document-start)

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/65563/27ef3066f685390227c84f31c7c95e1670f9960b/style_check.html

It was an error to forbid it, and it made only by mistake to ignore the
errors.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-02 07:13:22 +02:00
Azat Khuzhin
35825bc7d6 Increase line-length limit for yamlllint
CI reports [1]:

  /ClickHouse/tests/queries/0_stateless/data_ua_parser/browser.yaml
    713:301   warning  line too long (328 > 300 characters)  (line-length)

  /ClickHouse/tests/queries/0_stateless/data_ua_parser/device.yaml
    2606:301  warning  line too long (529 > 300 characters)  (line-length)
    2616:301  warning  line too long (348 > 300 characters)  (line-length)
    2630:301  warning  line too long (377 > 300 characters)  (line-length)
    2637:301  warning  line too long (447 > 300 characters)  (line-length)

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/50934/be4555c3226298d956ff650fab477d67bf73ba83/style_check/style_output.txt

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-13 19:45:51 +02:00
Azat Khuzhin
d8b9a7052e Drop truthy.check-keys from yamllint (does not supported on CI)
https://clickhouse-test-reports.s3.yandex.net/21019/e9226904530afa0262a4c478ddd6d7d7d82293cf/style_check.html#fail1
2021-02-21 06:15:36 +03:00
Azat Khuzhin
bde3439859 Add yamllint configuration 2021-02-20 22:20:52 +03:00