student-hub / acs-upb-mobile

A mobile application for students at ACS UPB.
MIT License
27 stars 22 forks source link

Check that there's a space between // or /// and the actual comment #236

Closed IoanaAlexandru closed 3 years ago

IoanaAlexandru commented 3 years ago

Added a workflow rule that checks that there is a space after // or ///. The before-space is checked by the formatter already.

Additionally, also check that block comments aren't used (style guide rule) and show a warning for sequences longer than 3 slashes.