~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to scripts/coccicheck/README

  • Committer: Sébastien Hinderer
  • Date: 2015-08-10 12:22:12 UTC
  • mto: (4116.2.93)
  • mto: This revision was merged to the branch mainline in revision 4121.
  • Revision ID: git-v1:848f85e256516330c06f5fd8dc782b854ed9aa03
Remove a bunch of trailing whitespaces and blank lines at end of files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
Once the results are computed, you can either:
37
37
 - run `make viewres` to view all the bug reports
38
38
 - run `make viewlog` to view the complete execution trace
39
 
 - run `make viewfilteredlog` to only view unlikely errors of the trace 
 
39
 - run `make viewfilteredlog` to only view unlikely errors of the trace
40
40
        Note that this filter will remove some error messages about
41
41
        timeout, parsing ... Check Makefile to see the exact list.
42