Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(662)

Unified Diff: Makefile

Issue 10045046: Apply yuidoc's internal linting to our docs.
Patch Set: Apply yuidoc's internal linting to our docs. Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | [revision details] » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
=== modified file 'Makefile'
--- Makefile 2013-06-05 16:34:57 +0000
+++ Makefile 2013-06-06 13:57:29 +0000
@@ -172,7 +172,7 @@
bin/generateTemplates
yuidoc/index.html: node_modules/yuidocjs $(JSFILES)
- node_modules/.bin/yuidoc -o yuidoc -x assets app
+ node_modules/.bin/yuidoc --lint -o yuidoc -x assets app
main-doc:
make -C docs SPHINXOPTS=-W html
@@ -262,7 +262,8 @@
undocumented:
bin/lint-yuidoc --generate-undocumented > undocumented
-yuidoc-lint: $(JSFILES)
+lint-yuidoc: $(JSFILES)
+ node_modules/.bin/yuidoc --lint -x assets app
bin/lint-yuidoc
recess: node_modules/recess
@@ -273,7 +274,7 @@
--config recess.json | grep -q Perfect
lint: test-prep jshint gjslint recess lint-license-headers test-filtering \
- yuidoc-lint
+ lint-yuidoc
lint-license-headers:
@# Take the list of JS files in one long line and break them into
@@ -599,8 +600,9 @@
# targets are alphabetically sorted, they like it that way :-)
.PHONY: beautify build build-files build-devel clean clean-all clean-deps \
clean-docs code-doc debug devel docs dist gjslint help \
- install-npm-packages jshint lint main-doc npm-cache npm-cache-file \
- prep prod recess server spritegen test test-debug test-misc test-prep \
- test-prod undocumented view-code-doc view-docs view-main-doc yuidoc-lint
+ install-npm-packages jshint lint lint-yuidoc main-doc npm-cache \
+ npm-cache-file prep prod recess server spritegen test test-debug \
+ test-misc test-prep test-prod undocumented view-code-doc view-docs \
+ view-main-doc
.DEFAULT_GOAL := all
« no previous file with comments | « no previous file | [revision details] » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b