PHP Classes

File: web/SSO/vendor/openid/php-openid/admin/nolonglines

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/vendor/openid/php-openid/admin/nolonglines   Download  
File: web/SSO/vendor/openid/php-openid/admin/nolonglines
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 283 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash files_with_long_lines=$(./admin/findphp | xargs -L 1 -I FILENAME /usr/bin/env perl admin/longlines.pl FILENAME 80) if [ "$files_with_long_lines" ] then cat <<EOF 1>&2 Found lines > 80 characters in: $files_with_long_lines EOF exit 1 fi