Problem with linting for Red lang

What happens

Hi! I resolved a problem using red and found out that the way the linting is done in the repo is by using red -r. I don’t think this is the right way to do it, however, I don’t know what could be the right way.

What do you understand or find about that problem

I tried to search about a way to do linting in red.

You make any workaround? What did you do?

I joined a red community in which they told that not they are not aware of anyone’s attempts at linter implementation for Red. So I am not sure of what to do. For uploading a solution in the repo, I added the red -r command that was previously used in another problem.

Evidences

Red Forum

I need help with

The steps to carry out the linting for Red or other recommended package to make linting

Hello,

What you can do is look for code or implementations made with this language and see the structure they use to format the code. Remember that in some languages the way in which the format is given is imperative.

Regards,