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 87bb682..303259e 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/indices_view/actions/workflows/pre-commit-check.yml/badge.svg)](https://github.com/bemanproject/indices_view/actions/workflows/pre-commit-check.yml) [![Coverage](https://coveralls.io/repos/github/bemanproject/indices_view/badge.svg?branch=main)](https://coveralls.io/github/bemanproject/indices_view?branch=main) ![Standard Target](https://github.com/bemanproject/beman/blob/main/images/badges/cpp26.svg) +[![Compiler Explorer Example](https://img.shields.io/badge/Try%20it%20on%20Compiler%20Explorer-grey?logo=compilerexplorer&logoColor=67c52a)](https://godbolt.org/z/6cxfs8haa) **Implements**: `std::views::indices` proposed in [Add std::views::indices(n) (P3060R2)](https://wg21.link/P3060R2).