ci / run-static-analysis.shon commit Merge tag 'l10n-2.16.0-rnd2' of git://github.com/git-l10n/git-po (e0d5750)
   1#!/bin/sh
   2#
   3# Perform various static code analysis checks
   4#
   5
   6. ${0%/*}/lib-travisci.sh
   7
   8make coccicheck
   9
  10save_good_tree