* Reformat to use Fabric API's checkstyle * Fix * Fix * Update * Travis and fixes * possible fix for checkstyle? * Helps if i push the checkstyle.xml file... * Log checkstyle issues to console - used by travis * Fix some more issues * opps
		
			
				
	
	
		
			22 lines
		
	
	
		
			No EOL
		
	
	
		
			256 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			No EOL
		
	
	
		
			256 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Ignore everything
 | |
| /*
 | |
| 
 | |
| # Folders
 | |
| !/gradle
 | |
| !/src
 | |
| 
 | |
| # Files
 | |
| !/.gitattributes
 | |
| !/.gitignore
 | |
| !/.editorconfig
 | |
| !/build.gradle
 | |
| !/gradle.properties
 | |
| !/gradlew
 | |
| !/gradlew.bat
 | |
| !/HEADER
 | |
| !/LICENSE
 | |
| !/README.md
 | |
| !/settings.gradle
 | |
| !/Jenkinsfile
 | |
| !/.travis.yml
 | |
| !/checkstyle.xml |