Nested configs aren't applied when --path
is provided.
#1825
Labels
wontfix
Issues that became stale and were auto-closed by a bot.
--path
is provided.
#1825
New Issue Checklist
Bug Report
Environment
swiftlint version
to be sure)?0.22.0
Homebrew
Project structure
./Root.swift
./.swiftlint.yml
./Tests/Test.swift
./Tests/.swiftlint.yml
Running
swiftlint
from./
printsRunning
swiftlint --path Tests/Test.swift
from./
printsThe bug is that
Tests.swift
shouldn't report any errors, as the nested configuration should be loaded, but isn't. This only happens when--path
is provided.The text was updated successfully, but these errors were encountered: