[Discuss] php dev's code with warnings and notices

Rich Braun richb at pioneer.ci.net
Mon Jul 28 13:57:44 EDT 2014


Peter (peabo) Olson <peabo at peabo.com> asked:
> What is a static-analysis gate?  (Routine search revealed nothing.)

Static analysis: http://en.wikipedia.org/wiki/Static_program_analysis
That's a step in the build pipeline where your code-base is evaluated for
syntax and coding-standards compliance prior to compiling or executing the
code.

Quality gate:
https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin and
http://en.wikipedia.org/wiki/Quality_gate
That's a step in the continuous-integration process which, if it fails, your
build is rejected.

-rich





More information about the Discuss mailing list