aquifer / aquifer-coder

Coding standards sniffing and linting utility.
GNU General Public License v2.0
1 stars 2 forks source link

Updates and enhancements for 1.0.0 #6

Open JeffTomlinson opened 8 years ago

JeffTomlinson commented 8 years ago

See this issue for the Aquifer 1.0.0 release milestone.

To test:

chasingmaxwell commented 7 years ago

@JeffTomlinson this was the output of running gulp lint in the aquifer-coder project itself.

[15:14:10] Using gulpfile ~/workspace/aquifer-coder/gulpfile.js
[15:14:10] Starting 'lint'...
[15:14:10] 
aquifer-coder.js
  109:10  error  Parsing error: Use of future reserved word in strict mode

✖ 1 problem (1 error, 0 warnings)

[15:14:10] Finished 'lint' after 248 ms
chasingmaxwell commented 7 years ago

@JeffTomlinson other than the linting error above, this seems good to go.

JeffTomlinson commented 7 years ago

Marking needs work as @patrickocoffeyo expressed interest in supporting globbing on the target path.