scalyr / scalyr-fluentd

The fluentd plugin for inserting log messages and metrics in Scalyr.
Apache License 2.0
5 stars 5 forks source link

Re-format the code with rubocop, enable rubocop check on CI #20

Closed Kami closed 3 years ago

Kami commented 3 years ago

This pull request re-formats the code with rubocop and enables that check on CI (it means the CI will fail if rubocop exits with non-zero).

All the changes shouldn't affect the functionality and should be style only.

imron commented 3 years ago

👍 Looks good to me. Feel free to merge.