aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle/vaadin-checkstyle.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix IDE usage of Elemental in vaadin-shared (#10178)Teemu Suo-Anttila2017-10-161-0/+4
|
* Remove checkstyle "FinalClass" (#10145)Ahmed Ashour2017-10-091-1/+0
|
* Replace tab with spaces in .xml files (#10064)Ahmed Ashour2017-09-221-39/+39
|
* Disable end-of-line check for checkstyle (#10060)Ahmed Ashour2017-09-221-6/+0
| | | This is now handled by .gitattributes .
* Ignore missing package.html in checkstyleHenri Sara2016-08-231-0/+2
| | | | Change-Id: I74eeb1f58d8f3dffc92e8dcdb3dc6d32efd82735
* Disable missing Javadoc checks on private membersJohannes Dahlström2016-07-151-10/+14
| | | | Change-Id: Ic786692f480c44526762fe7872b1c78751a665aa
* Suppress Checkstyle markers from */target/* pathsJohannes Dahlström2016-06-031-1/+1
| | | | Change-Id: I2dda177c4e0a5bb28c001dd02aa0b40c81928163
* Relax checkstyle rulesHenri Sara2016-05-031-1/+1
| | | | | | Allow whitespace after cast to match default and Eclipse formatting. Change-Id: I9c14d014bebb0b4507885d309ea5adc9d00279e7
* Move checkstyles plugin to actual moduleselmot2016-04-271-0/+275
| | | | Change-Id: I2d87a1aeba8ffc8cc15909c32a0c9d10b3ada9a7
* Run checkstyle with MavenHenri Sara2016-04-221-274/+0
| | | | Change-Id: I8590d2161d027827a5037f0b371ec620cea61733
* checkstyle configuration contains invalid module RedundantThrows (#18941)Andreas Höhmann2016-01-091-3/+0
| | | | | just removed module "RedundantThrows" from vaadin-checkstyle.xml Change-Id: Id12fbf5b052c9b08aaf834f5bbdfbc9d24f287a7
* Ignore irrelevant header lines in checkstyle configurationJonatan Kronqvist2014-05-061-0/+2
| | | | | | | | | * Ignores the empty lines that may have trailing white-space in the license header. This allows formatting of the license header either with or without trailing white-space, which differs between different versions of Eclipse (as well as between IDEs). Change-Id: If97d2cfe169accd6d05e44521c9ca5265d715772
* Make Checkstyle align better with the Eclipse formatting (#13541)Henrik Paul2014-04-031-1/+9
| | | | Change-Id: I9f48b0da3484666a73efc517651f6920301d9c04
* Trigger a checkstyle error if importing the wrong Element class (#13287)Leif Åstrand2014-03-251-0/+4
| | | | Change-Id: Ief15e88c9c6fe5fd88dbf9f12783ac2f5ae617c6
* Fix formatting in vaadin-checkstyle.xmlLeif Åstrand2014-03-251-261/+263
| | | | Change-Id: Ie141540d8cbad4c350c28662d1f71b6a179bbeed
* Added check for carriage return (#9065)Artur Signell2013-01-071-1/+5
| | | | Change-Id: I5ab56fb58fb7db2542678845bddf6a7e971fd6ca
* Checkstyle for Vaadin #9065Pekka Hyvönen2013-01-041-0/+257
* Validates that all java files contains a license file and fails the build if a license is missing * For now runs a lot of checks with a severity less than error to avoid failing the build * Outputs test results to TeamCity for reporting Change-Id: I24ca9cd0646a4bc530ef3a183eef1bc4addc555d