- Added the following linting rules:
  - `use_decorated_box`
  - `use_enums`

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-12-06 11:08:49 +01:00
parent 9607fac13f
commit a1d72d2494
5 changed files with 259 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
## 1.0.3
- Added the following linting rules:
- `use_decorated_box`
- `use_enums`
## 1.0.2
- Added `unnecessary_breaks` linting rule