Skip to content

Added syntax linter for project#3

Open
wrjac wants to merge 8 commits into
MakingTrevenue:masterfrom
wrjac:master
Open

Added syntax linter for project#3
wrjac wants to merge 8 commits into
MakingTrevenue:masterfrom
wrjac:master

Conversation

@wrjac

@wrjac wrjac commented Mar 2, 2017

Copy link
Copy Markdown
Collaborator

This is going to make debugging a lot easier with your project... it looks like your build is passing with flying colors right now, but down the line when you're coding more PHP travis-ci will be a lifesaver. If you need any help with this or have an updated PHP build let me know and I can modify the .yml file, but the bash script should always be golden (unless you're wanting to check other file extensions for syntax issues of course)

Also from looking at your code one thing I'd immediately suggest is to clean up your views a bit... that is, separating the header, footer and all of those boilerplates out into their own separate files and referencing them with an "include" statement. Check out this page for more details on how to do so. It will make things a ton easier to debug instead of having to change said boilerplates on each individual file. I can even do this on my end if you want, but I'm not sure how much help you guys are wanting (if at all) on this project... if you are wanting help, though, you can open up some issues on your repo and I'll be glad to see if I can figure them out

(EDIT: the build works on my own branch, but if you get a "permission denied" error on travis-ci let me know... you may need change the permission flags for it on the master branch)

@wrjac wrjac requested a review from MakingTrevenue April 1, 2017 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant