mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Specify linter property in qodana.yml
				
					
				
			This commit is contained in:
		
							parent
							
								
									30c61e42df
								
							
						
					
					
						commit
						213dccd947
					
				@ -7,6 +7,7 @@
 | 
				
			|||||||
### Added
 | 
					### Added
 | 
				
			||||||
- GitHub Actions - enable caching
 | 
					- GitHub Actions - enable caching
 | 
				
			||||||
- Specify `projectJDK: 17` in `qodana.yml`
 | 
					- Specify `projectJDK: 17` in `qodana.yml`
 | 
				
			||||||
 | 
					- Specify `linter` property in `qodana.yml`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Changed
 | 
					### Changed
 | 
				
			||||||
- Use Java `17` for JVM Toolchain
 | 
					- Use Java `17` for JVM Toolchain
 | 
				
			||||||
 | 
				
			|||||||
@ -2,6 +2,7 @@
 | 
				
			|||||||
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
 | 
					# https://www.jetbrains.com/help/qodana/qodana-yaml.html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
version: 1.0
 | 
					version: 1.0
 | 
				
			||||||
 | 
					linter: jetbrains/qodana-jvm-community:latest
 | 
				
			||||||
projectJDK: 17
 | 
					projectJDK: 17
 | 
				
			||||||
profile:
 | 
					profile:
 | 
				
			||||||
  name: qodana.recommended
 | 
					  name: qodana.recommended
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user