pinterest / ktlint

An anti-bikeshedding Kotlin linter with built-in formatter
https://pinterest.github.io/ktlint/
MIT License
6.06k stars 504 forks source link

Simplify default properties loading #2679

Closed Goooler closed 4 weeks ago

Goooler commented 1 month ago

Description

The file path will be checked in com.pinterest.ktlint.rule.engine.internal.EditorConfigDefaultsLoader.load, no need to check nullability again.

Checklist

Before submitting the PR, please check following (checks which are not relevant may be ignored):

Documentation is updated. See difference between snapshot and release documentation