Skip to content
Snippets Groups Projects
Commit a6d0b52e authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #346 from dvhirst/patch-12

Update civilint.md
parents 693ac135 9a310ed2
No related branches found
No related tags found
No related merge requests found
Civilint is a thin wrapper which calls jshint and PHP_CodeSniffer (with the
coder ruleset).
Civilint is a thin wrapper which calls jshint and PHP_CodeSniffer (with the coder ruleset).
Code-style tests ensure a consistent layout across all of the codebase, and
they also identify some unsafe or confusing coding patterns. While working on a
patch, you should run civilint to determine if the pending changes comply with
style guides.
Code-style tests ensure a consistent layout across all of the codebase, and they also identify some unsafe or confusing coding patterns. While working on a patch, you should run civilint to determine if the pending changes comply with style guides.
Note that civilint may be invoked a few different ways:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment