mirror of
				https://github.com/vran-dev/databasir.git
				synced 2025-11-04 08:22:28 +08:00 
			
		
		
		
	Feature/GitHub action (#23)
* feat: add release action * feat: add checkstyle action
This commit is contained in:
		@@ -16,13 +16,14 @@
 | 
			
		||||
<module name="Checker">
 | 
			
		||||
    <property name="charset" value="UTF-8"/>
 | 
			
		||||
 | 
			
		||||
    <property name="severity" value="warning"/>
 | 
			
		||||
    <property name="severity" value="error"/>
 | 
			
		||||
 | 
			
		||||
    <property name="fileExtensions" value="java, properties, xml"/>
 | 
			
		||||
    <!-- Excludes all 'module-info.java' files              -->
 | 
			
		||||
    <!-- See https://checkstyle.org/config_filefilters.html -->
 | 
			
		||||
    <module name="BeforeExecutionExclusionFileFilter">
 | 
			
		||||
        <property name="fileNamePattern" value="module\-info\.java$"/>
 | 
			
		||||
        <property name="fileNamePattern"
 | 
			
		||||
                      value=".*[\\/]generated-src[\\/]jooq[\\/].*$"/>
 | 
			
		||||
    </module>
 | 
			
		||||
    <!-- https://checkstyle.org/config_filters.html#SuppressionFilter -->
 | 
			
		||||
    <module name="SuppressionFilter">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user