We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ebc94 commit 378469fCopy full SHA for 378469f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## 0.2.4 - 2025-07-24
4
+
5
+* `Lint/FluentdPluginIgnoreStandardError`: Warn if `StandardError` was ignored in #write.
6
7
## 0.2.3 - 2025-07-22
8
9
* `Lint/FluentdPluginLogScope`: Delay string evaluation if assumed log level is lower than info.
README.md
@@ -26,6 +26,8 @@ Lint/FluentdPluginLogScope:
26
Enabled: true
27
Lint/FluentdPluginConfigParamDefaultTime:
28
29
+Lint/FluentdPluginIgnoreStandardError:
30
+ Enabled: true
31
Performance/FluentdPluginLogStringInterpolation:
32
33
```
0 commit comments