You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open class RulesConfigReader(override val classLoader: ClassLoader) : JsonResourceConfigReader<List<RulesConfig>>() {
private val yamlSerializer by lazy { Yaml(configuration = YamlConfiguration(strictMode = true)) }
* Usability of diktat-analysis: invalid override
### What's done:
- Corrected the order of inclusion of rules
(#1146)
Co-authored-by: Alexey Votintsev <alexeyvotintsev.yandex.ru>
The following config would be treated as
name: TRAILING_COMMA enabled: true
The text was updated successfully, but these errors were encountered: