chore: fmt

This commit is contained in:
Harsh Shandilya 2025-07-06 01:41:20 +05:30
parent 3ac20e6cbc
commit 049e1426bc

View file

@ -41,8 +41,7 @@ object LintConfig {
disable += "NewerVersionAvailable"
// Can't do anything about this
disable += "ObsoleteLintCustomCheck"
// I trust myself enough to not deal with the constantly
// changing error message.
// I trust myself enough to not deal with the constantly changing error message.
disable += "InvalidPackage"
}