---
title: "no-performed-enthusiasm"
description: "Flags performed enthusiasm"
sidebar:
  label: "no-performed-enthusiasm"
  badge: "Hard"
search:
  tags: [rule, static, detection]
---

| Property | Value |
| -------- | ----- |
| Kind | Hard rule |
| Engine | `phrase` |
| Tier | `static` |
| Severity | `warning` |
| Intent | `detection` |
| Scope | `text` |

## Why

Use a factual description instead of performed affect.

## Examples

<Columns cols={2}>
  <Column>
    **Flagged**

    We are thrilled to announce the new filing system.
  </Column>
  <Column>
    **Better**

    The new filing system is available.
  </Column>
</Columns>

## Turning it off

```sh
lawlint --disable no-performed-enthusiasm draft.md
```

Or durably, in `.lawlint/config.json` — see [Configuration](/docs/reference/configuration).
