소스 검색

fix ugly little problem of having the same entry in the configuration twice, and wondering why changes to the first one are ineffective


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196707 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
William Victor Mote 21 년 전
부모
커밋
9e73c92a09
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5
    1
      checkstyle.cfg

+ 5
- 1
checkstyle.cfg 파일 보기

@@ -64,7 +64,11 @@ checkstyle.wrap.operator = nl
checkstyle.ignore.public.in.interface = false
checkstyle.allow.protected = yes
checkstyle.allow.package = false
checkstyle.pattern.publicmember = ^f[A-Z][a-zA-Z0-9]*$
# Note -- checkstyle.pattern.publicmember is documented in this location
# in the checkstyle documentation. However, it is also included in the "Naming
# Conventions" section above. Please do not add it here, as having two in the
# file will result in changes to only one being ignored (checkstyle appears to
# use the last definition).

# Blocks
checkstyle.ignore.braces = false

Loading…
취소
저장