From 61e5a6aab4808f04a473de863f5a902dab216b93 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 10 Dec 2007 06:24:02 -0200 Subject: Add a tool for checking codingstyle and report to emacs "Compile" command From: Mauro Carvalho Chehab For those who develp using emacs, checking a patch is now a matter of asking emacs to compile, using "make checkemacs" command. Signed-off-by: Mauro Carvalho Chehab --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 0a0647bb5..5812774d9 100644 --- a/INSTALL +++ b/INSTALL @@ -106,3 +106,5 @@ update - updates the tree from master repository commit - commits the change, asking for a commit msg push - sends outgoing stuff to master repository + +checkemacs - checks codingstyle and reports to emacs -- cgit v1.2.3 From 5b66fb825576bc376413e7dc4f936b97ee5e5553 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 10 Dec 2007 10:32:29 -0200 Subject: Improve check.pl to support gcc error style, and terse From: Mauro Carvalho Chehab With "make checkpatch", all c-compilation error parsers will be able to handle the error codes, allowing the user to navigate inside codingstyle errors as if they where generated by gcc. "make terse" will produce error codes using terse syntax, also common on development tools. Signed-off-by: Mauro Carvalho Chehab --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 5812774d9..bad6ca80b 100644 --- a/INSTALL +++ b/INSTALL @@ -108,3 +108,12 @@ commit - commits the change, asking for a commit msg push - sends outgoing stuff to master repository checkemacs - checks codingstyle and reports to emacs + using "make checkemacs" at emacs compile menu, + will report the lines with errors inside emacs. + +checkpatch - checks codingstyle and reports using the same + format as c. This way, c error parsers will + handle it. + +checkterse - checks codingstyle and reports using terse + syntax, used on several compilaton tools. -- cgit v1.2.3