~ubuntu-branches/ubuntu/maverick/libcommons-digester-java/maverick

« back to all changes in this revision

Viewing changes to checkstyle.properties

  • Committer: Bazaar Package Importer
  • Author(s): Takashi Okamoto
  • Date: 2004-08-13 01:59:24 UTC
  • Revision ID: james.westby@ubuntu.com-20040813015924-kxkbfi0a1u5cbxbr
Tags: 1.5.0.1-3
rebuild with J2SDK1.3 comparible mode.(closes: #265253)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#checkstyle.header.file=LICENSE.txt
 
2
# 2-5 = CVS Header in Commons license, 10 = copyright date, 32 = product name
 
3
checkstyle.header.ignoreline=2,3,4,5,10,32
 
4
 
 
5
checkstyle.ignore.maxlinelen=2
 
6
 
 
7
checkstyle.excludes=**/parser/*
 
8
checkstyle.lcurly.type=eol
 
9
checkstyle.lcurly.method=nlow
 
10
checkstyle.lcurly.other=eol
 
11
checkstyle.rcurly=alone
 
12
checkstyle.javadoc.scope=nothing
 
13
 
 
14
checkstyle.allow.protected=true