JAL-4012 tweak release notes wording for legacy.uniprot
[jalview.git] / utils / checkstyle / checkstyle-suppress.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!DOCTYPE suppressions PUBLIC
4     "-//Puppy Crawl//DTD Suppressions 1.1//EN"
5     "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
6
7 <suppressions>
8         <!-- 
9                 Do not put individual file-level suppressions here.
10                 Instead use embedded comments to switch checks on and off.
11     -->
12         
13     <!-- 
14         Suppress check of XML binding generated code packages 
15     --> 
16     <suppress checks="[a-zA-Z0-9]*" files="jalview[\\/]schemabinding[\\/]*"/>
17     <suppress checks="[a-zA-Z0-9]*" files="jalview[\\/]binding[\\/]*"/>
18     <suppress checks="[a-zA-Z0-9]*" files="jalview[\\/]json[\\/]binding[\\/]*"/>
19     <suppress checks="[a-zA-Z0-9]*" files="jalview[\\/]xml[\\/]binding[\\/]*"/>
20         
21     <!-- 
22         Suppress check of externally sourced code 
23     --> 
24     <suppress checks="[a-zA-Z0-9]*" files="[\\/]com[\\/]github*"/>
25     <suppress checks="[a-zA-Z0-9]*" files="[\\/]com[\\/]stevesoft*"/>
26     <suppress checks="[a-zA-Z0-9]*" files="[\\/]ext[\\/]edu*"/>
27     <suppress checks="[a-zA-Z0-9]*" files="[\\/]ext[\\/]vamsas*"/>
28     <suppress checks="[a-zA-Z0-9]*" files="[\\/]org[\\/]jibble*"/>
29     <suppress checks="[a-zA-Z0-9]*" files="[\\/]org[\\/]stackoverflowusers*"/>
30     <suppress checks="[a-zA-Z0-9]*" files="[\\/]uk[\\/]ac*"/>
31     
32     <!-- 
33         ImportControl can only handle one top level package
34     -->
35     <suppress checks="ImportControl" files="MCview[\\/]*" />
36     <suppress checks="ImportControl" files="vamsas[\\/]*" />
37     
38     <!--  
39         Suppress checks by name 
40     -->
41         <suppress checks="FinalLocalVariable" files=".*\.java"/>
42     
43     <!--  
44         Suppress checks by id 
45     -->
46         <suppress id="InterfaceNaming" files=".*\.java"/>
47         <suppress id="NoStaticInitialization" files=".*\.java"/>
48           
49 </suppressions>