Cacti / documentation

Documentation for Cacti, Spine, RRDProxy and more
61 stars 52 forks source link

added PHP section #41

Closed robcmo closed 5 years ago

robcmo commented 5 years ago
robcmo commented 5 years ago

Please help with error MD012 Multiple consecutive blank lines. This does not appear to occur in Notepad++ or in GitHub online.

netniV commented 5 years ago

Basically, there should never be two blank lines, one after the other. If there is, the additional lines should be removed. I don't think that applies to code blocks. Normally the failing check will show the line in question in this case 134.

netniV commented 5 years ago

If you pull the latest changes that have been made, the double line issue should be resolved now as it was in a file you were not modifying. The above recommendation still needs to be made though.

robcmo commented 5 years ago

I had corrected the issue on 3/28, but the automated testing did not re-run. Did I miss something or do I have to close and start a new pull request?

netniV commented 5 years ago

Did you re push to your repo branch?