Skip to content

Commit

Permalink
Try bold summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzle committed Feb 1, 2024
1 parent 00112b4 commit bf2f45e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions readme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ the `bannedImports` tag. For example, you can exclude a whole sub package using
operator but still allow some concrete classes:

<details open>
<summary>Show Maven example</summary>
<summary><b>Show Maven example</b></summary>

```xml
<configuration>
Expand All @@ -145,7 +145,7 @@ operator but still allow some concrete classes:
```
</details>
<details>
<summary>Show Gradle (Kotlin) example</summary>
<summary><b>Show Gradle (Kotlin) example</b></summary>

```kotlin
restrictImports {
Expand All @@ -156,7 +156,7 @@ restrictImports {
</details>

<details>
<summary>Show Gradle (Groovy) example</summary>
<summary><b>Show Gradle (Groovy) example</b></summary>

```groovy
restrictImports {
Expand All @@ -173,7 +173,7 @@ by the rule. You may then exclude some classes to refine the matches using the
`exclusion` tag. It is also possible to specify multiple base packages.

<details open>
<summary>Show Maven example</summary>
<summary><b>Show Maven example</b></summary>

```xml
<configuration>
Expand All @@ -193,7 +193,7 @@ by the rule. You may then exclude some classes to refine the matches using the
```
</details>
<details>
<summary>Show Gradle (Kotlin) example</summary>
<summary><b>Show Gradle (Kotlin) example</b></summary>

```kotlin
restrictImports {
Expand All @@ -206,7 +206,7 @@ restrictImports {
</details>

<details>
<summary>Show Gradle (Groovy) example</summary>
<summary><b>Show Gradle (Groovy) example</b></summary>

```groovy
restrictImports {
Expand All @@ -223,7 +223,7 @@ Wherever you write package patterns you can also specify a list of patterns. Thu
possible to define multiple banned imports/exclusions/allowed imports or base packages.

<details open>
<summary>Show Maven example</summary>
<summary><b>Show Maven example</b></summary>

```xml
<configuration>
Expand All @@ -248,7 +248,7 @@ possible to define multiple banned imports/exclusions/allowed imports or base pa
```
</details>
<details>
<summary>Show Gradle (Kotlin) example</summary>
<summary><b>Show Gradle (Kotlin) example</b></summary>

```kotlin
restrictImports {
Expand All @@ -260,7 +260,7 @@ restrictImports {
</details>

<details>
<summary>Show Gradle (Groovy) example</summary>
<summary><b>Show Gradle (Groovy) example</b></summary>

```groovy
restrictImports {
Expand All @@ -280,7 +280,7 @@ interface which requires a banned type as either return- or parameter type. Inst
you can allow them to be used only in some explicitly configured locations.

<details open>
<summary>Show Maven example</summary>
<summary><b>Show Maven example</b></summary>

```xml
<configuration>
Expand Down

0 comments on commit bf2f45e

Please sign in to comment.