mps-coderules/coderules/solutions/jetbrains.mps.coderules.test
Fedor Isakov 4160c186e1 Introduce dependency to Config in typechecking options and service. Avoid relying on static getInstance() method to access Config.
Config is an application-level "component" initialized from an application plugin.
All usages on application/project-level should declare explicit dependency on it.
Tests can either create a new instance or access the shared one.
2019-10-23 15:39:17 +02:00
..
models Introduce dependency to Config in typechecking options and service. Avoid relying on static getInstance() method to access Config. 2019-10-23 15:39:17 +02:00
jetbrains.mps.coderules.test.msd Fix CheckProjectModules test. Drop usages of deprecated API. 2019-10-19 11:03:30 +02:00