Skip to content

Commit 378469f

Browse files
committed
Update documentation
1 parent 63ebc94 commit 378469f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## 0.2.4 - 2025-07-24
4+
5+
* `Lint/FluentdPluginIgnoreStandardError`: Warn if `StandardError` was ignored in #write.
6+
37
## 0.2.3 - 2025-07-22
48

59
* `Lint/FluentdPluginLogScope`: Delay string evaluation if assumed log level is lower than info.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Lint/FluentdPluginLogScope:
2626
Enabled: true
2727
Lint/FluentdPluginConfigParamDefaultTime:
2828
Enabled: true
29+
Lint/FluentdPluginIgnoreStandardError:
30+
Enabled: true
2931
Performance/FluentdPluginLogStringInterpolation:
3032
Enabled: true
3133
```

0 commit comments

Comments
 (0)