flaviostutz / monolint

Linter for monorepos. Checks folder structure, module contents, file contents and naming conventions
MIT License
7 stars 4 forks source link

Change from `make unit-test` to `make test` #28

Closed tiagostutz closed 1 year ago

tiagostutz commented 1 year ago

I think it would be cleaner and simple as we don't have other type of test to just call make test. If we start having other types of test and it makes sense to run the tests separately, then we move back to make unit-test.

What do you think?

flaviostutz commented 1 year ago

I agree! Let’s do it!

tiagostutz commented 1 year ago

Cool, let's keep it opened for a while as this is a really "first-good-issue". If no one requests that, we tackle. 👍🏻