You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to do linter checks using k6 inspect on my repository. It would be great to have this as an option instead of running the tests, preferably with some kind of pattern matcher (or list of patterns) to find the files to be inspected.
I would like to be able to do linter checks using
k6 inspecton my repository. It would be great to have this as an option instead of running the tests, preferably with some kind of pattern matcher (or list of patterns) to find the files to be inspected.For example, I have the following in a Makefile:
It would be great to have something similar in the configuration so test files could be checked while ignoring support files.