Skip to content

Commit 62093dc

Browse files
authored
Merge pull request #101 from salesforce/bugfix/modular-checkstyle
Make checkstyle header checking work with independent modules
2 parents c395ede + b509968 commit 62093dc

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

checkstyle-header.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<!-- Checks for Headers -->
4444
<!-- See http://checkstyle.sf.net/config_header.html -->
4545
<module name="Header">
46-
<property name="headerFile" value="checkstyle-header.txt"/>
46+
<property name="header" value="/*\n * Copyright (c) 2019, Salesforce.com, Inc.\n * All rights reserved.\n * Licensed under the BSD 3-Clause license.\n * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause\n */"/>
4747
<property name="fileExtensions" value="java"/>
4848
</module>
4949

0 commit comments

Comments
 (0)