Skip to content

Enable beman-tidy v0.5.2 in default mode#96

Merged
dietmarkuehl merged 5 commits into
bemanproject:mainfrom
neatudarius:enable-beman-tidy-default
Jul 13, 2026
Merged

Enable beman-tidy v0.5.2 in default mode#96
dietmarkuehl merged 5 commits into
bemanproject:mainfrom
neatudarius:enable-beman-tidy-default

Conversation

@neatudarius

@neatudarius neatudarius commented Jul 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Upgrade beman-tidy from v0.4.0 to v0.5.1 in default mode (no --require-all)
  • Add .beman-tidy.yaml with ignored_paths: [infra/] and disabled_rules: []
  • Fix requirement-level Beman Standard violations so default mode passes

Changes

  • .pre-commit-config.yaml: bump to v0.5.1, add args: [".", "--verbose"]
  • .beman-tidy.yaml: new config file
  • SPDX license IDs added to workflow YAML and test file
  • README.md: wrap library status badge in link (readme.badges rule)
  • CMakeLists.txt / src/beman/task/CMakeLists.txt: move beman::task alias to top-level CMakeLists

Test plan

  • pre-commit run beman-tidy --all-files passes locally

Closes bemanproject/beman-tidy#262

Darius Neațu added 2 commits July 10, 2026 00:06
Upgrade from v0.4.0 and fix requirement-level Beman Standard
violations (readme badges, cmake alias, SPDX license IDs) so default
mode passes without --require-all.

Closes bemanproject/beman-tidy#262
Upgrade from v0.4.0 and fix requirement-level Beman Standard
violations (readme badges, cmake alias, SPDX license IDs) so default
mode passes without --require-all.

Use C++ comment style for SPDX in msvc-asan-issue.test.cpp so
clang-format does not rewrite the license header.

Closes bemanproject/beman-tidy#262
@coveralls

coveralls commented Jul 9, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 94.059%. remained the same — neatudarius:enable-beman-tidy-default into bemanproject:main

@neatudarius
neatudarius marked this pull request as ready for review July 9, 2026 23:09
Force BEMAN_USE_MODULES OFF to match CMake presets and avoid
execution product_type.cppm C7760 on MSVC build-and-test jobs
(pre-existing on main).

Point pre-commit.yml at infra-workflows reusable workflow; the
local reusable file was missing and caused immediate workflow failure.
@neatudarius
neatudarius marked this pull request as draft July 9, 2026 23:58
pre-commit-check.yml already runs the same infra-workflows
reusable hook. The legacy pre-commit.yml referenced a missing
local reusable file and duplicated the workflow name, causing
immediate workflow validation failures on every PR.
@neatudarius
neatudarius marked this pull request as ready for review July 10, 2026 00:13
@neatudarius
neatudarius marked this pull request as draft July 10, 2026 00:14
@neatudarius
neatudarius marked this pull request as ready for review July 10, 2026 00:22
@neatudarius neatudarius mentioned this pull request Jul 10, 2026
2 tasks
@neatudarius neatudarius changed the title Enable beman-tidy v0.5.1 in default mode Enable beman-tidy v0.5.2 in default mode Jul 10, 2026
@dietmarkuehl
dietmarkuehl merged commit a048d04 into bemanproject:main Jul 13, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bemanification] Run beman-tidy on beman.task

3 participants