compileAndLintWithContext
fun Rule.compileAndLintWithContext(environment: KotlinCoreEnvironment, content: String, compilerResources: CompilerResources = CompilerResources(
environment.configuration.languageVersionSettings,
DataFlowValueFactoryImpl(environment.configuration.languageVersionSettings)
)): List<Finding>