diff --git a/.beman-tidy.yaml b/.beman-tidy.yaml index 24d798b..7e74733 100644 --- a/.beman-tidy.yaml +++ b/.beman-tidy.yaml @@ -4,7 +4,5 @@ # Check documentation for beman-tidy here: # https://github.com/bemanproject/beman-tidy/blob/main/README.md -disabled_rules: - # None -ignored_paths: - # None +disabled_rules: [] +ignored_paths: [] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1db7e36..263fb06 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,5 +45,6 @@ repos: rev: v0.5.1 hooks: - id: beman-tidy + args: [".", "--verbose", "--require-all"] exclude: 'cookiecutter/|infra/|port/' diff --git a/README.md b/README.md index 2413236..4c6a79e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception [![Lint Check (pre-commit)](https://github.com/bemanproject/transform_view/actions/workflows/pre-commit-check.yml/badge.svg)](https://github.com/bemanproject/transform_view/actions/workflows/pre-commit-check.yml) [![Coverage](https://coveralls.io/repos/github/bemanproject/transform_view/badge.svg?branch=main)](https://coveralls.io/github/bemanproject/transform_view?branch=main) ![Standard Target](https://github.com/bemanproject/beman/blob/main/images/badges/cpp29.svg) +[![Compiler Explorer Example](https://img.shields.io/badge/Try%20it%20on%20Compiler%20Explorer-grey?logo=compilerexplorer&logoColor=67c52a)](https://godbolt.org/z/qd6v7Kj5E) **Implements**: [`transform_view` (P3117R0)](https://wg21.link/P3117R0)