ncbo / bioportal-project

Serves to consolidate (in Zenhub) all public issues in BioPortal
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

linting and rubocop standard #263

Open alexskr opened 1 year ago

alexskr commented 1 year ago

Currently, most bioportal/ontoportal developers are linting code one way or another; however, none of the bioportal projects have rubocop configs in place.
I propose adding reasonable linting configs so that code style is enforced consistently across all projects by all developers and external contributors. Instead of arguing about what rules to enforce when lining, I propose adopting StandardRB which uses rubocop under the hood.

What are your thoughts?

syphax-bouazzouni commented 1 year ago

In my opinion it is a great idea, I would suggest even to add also StandardJS for the UI.