New report and small fix.
Timestamp report
Report that returns Robocop execution timestamp (#628 #637). Example:
Reported: 2022-07-10 21:25:00 +0300
Handle comments with separators inside
When comment in Robot Framework contains more than one space of separator inside, it is recognized as two separate comments under the hood. It lead to a few small bugs when processing such comments - it is now resolved (#634).
Additionally block comments (starting with ###) are now ignored by missing-space-after-comment rule.
Acknowledgements
Big thanks to @MoreFamed , @UliSei for raising the issues and @rikerfi for implementing the timestamp report.