Ben Selby
Ben Selby
Currently unable to replicate this. I've just executed on a file which is 1866 lines long and the linter, phpcs and phpmd all showed errors on line 1865. I assume...
From inside of Atom, either do cmd+alt+i or "View -> Developer -> Toggle Developer Tools" and then click on the "Console" tab This will then output the exact command that...
OK, so wonder if it is the sheer amount of errors, rather than lines. How many errors do you have?
Install php-cs-fixer and hook that into the plugin then you can do cmd+k, cmd+f to run the fixer on the current file
Updated title to reflect issue
It is about the data we get back from child_process in stdout
Hi there @fatal10110 What value does that add, over what is currently there? I structured this based on https://github.com/google/go-github, which seems very much like a `go` way of doing it....
@fatal10110 I hadn't thought of this (Due to my lack of knowledge around the DevOps API - I've only really just started using it) What would the import path be...
Hey @mcdafydd To be honest, this started out as a way for me to learn Go, and started in my `donny` repo. I would have preferred to have used a...
Hey @rusproject I no longer work on this project, as I use vscode. I also don't have access to windows, so will struggle to help I am afraid. Apologies.