rbs
rbs copied to clipboard
Enable Steep in test directory only for completion
This PR enables Steep in the test directory only for completion.
Problem
Currently, Steep does nothing in the test directory.
I think a lack of type-checking is acceptable. Because we need to write many types definitions for tests. Type-checking may be helpful but we need to spend the cost.
On the other hand, we can enable the completion more easily. The completion only works with written type definitions, but it's useful enough.
Solution
Add a new Steep target for the test directory. This setting does not enable type-checking.
I use a similar setting on my private project, and it looks working well.