New convention: 100 columns per line
Please follow this rule
This commit is contained in:
parent
e2e8a93656
commit
747c2aaad5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ check_file() {
|
|||
name=$1
|
||||
tmp=$2
|
||||
|
||||
if [ `awk ' { if ( length > x ) { x = length } } END { print x }' $tmp` -gt 120 ]; then
|
||||
if [ `awk ' { if ( length > x ) { x = length } } END { print x }' $tmp` -gt 100 ]; then
|
||||
echo "File \"$name\" has lines with more than 120 columns."
|
||||
bad=1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue