Created
December 22, 2017 20:54
-
-
Save beaugaines/80dac6adf799878a74f546516a680eae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
report = 'code_report_' + Time.now.strftime('%Y-%m-%d') | |
`rubocop app spec lib config --format simple --out #{report}.txt` | |
`echo "\n\n\nCANE REPORT\n\n-----------" >> #{report}.txt` | |
`cane >> #{report}.txt` | |
`echo "\n\n\nSANDI METER REPORT\n\n-----------" >> #{report}.txt` | |
`sandi_meter -d >> #{report}.txt` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment