Skip to content

Commit

Permalink
readme: Use linter exceptions to allow long lines in table
Browse files Browse the repository at this point in the history
  • Loading branch information
taminob committed Apr 1, 2024
1 parent 7f14dc5 commit dfa7791
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,16 @@ This will compile and install the library to the directories

Available compilation options:

<!-- markdownlint-capture -->
<!-- markdownlint-disable line-length -->
| Name |Default| Description |
| -------------------------- | ----- | ---------------------------------------- |
| `PPPLUGIN_SHARED` | `OFF` | Compile as shared library |
| `PPPLUGIN_ENABLE_COVERAGE` | `OFF` | Enable flags for measuring test coverage |
| `PPPLUGIN_ENABLE_TESTS` | `OFF` | Tests in `tests` will be compiled |
| `PPPLUGIN_ENABLE_EXAMPLES` | `OFF` | Examples in `examples` will be compiled |
| `PPPLUGIN_ENABLE_CPP17_COMPATIBILITY` | `OFF` | Library will be compiled \\ |
||| with C++17 compatibility |
| `PPPLUGIN_ENABLE_CPP17_COMPATIBILITY` | `OFF` | Library will be compiled with C++17 compatibility |
<!-- markdownlint-restore -->

Extend the first command above with the desired options, for example:

Expand Down

0 comments on commit dfa7791

Please sign in to comment.