file_name
rule does not consider fully qualified names of nested types
#5840
Labels
enhancement
Ideas for improvements of existing features and rules.
New Issue Checklist
Bug Description
When declaring a nested type in its own file, the
file_name
rule sees a violation if the file is named according to that nested type's fully qualified name. For example, naming the following fileNested.MyType.swift
is a violation:The
file_name
rule only allows the above file to be namedNested.swift
orMyType.swift
.Environment
Are you using nested configurations? No
The text was updated successfully, but these errors were encountered: