summaryrefslogtreecommitdiff
path: root/checkstyle.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix:ci:Relax checkstyle rules for Java code, see #1041mvglasow2021-01-061-5/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* fix:ci:Fix checkstyle changes since 8.24 (#946)Joseph Herlant2019-11-251-6/+6
| | | | | | | | | | * fix:ci:TreeWalker is not allowed as a parent of LineLength since 8.24 * fix:ci:minLineCount has been removed from JavadocMethod in checkstyle 8.25 * Upgrade checkstyle to 8.26 * update:doc:Specify a minimum version needed for checkstyle outside of gradle
* Fix:android:64 bit and cleanup2 (#877)jandegr2019-09-261-4/+25
| | | https://github.com/navit-gps/navit/pull/877
* cleanup:android:Fix android checkstyle complains (#645)Joseph Herlant2018-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add files via upload store translations in artefacts * Add files via upload * Add files via upload * Add files via upload * remove the last java files from cmakelists in po * move all java UI strings into strings.xml * translate UI strings by their id's * Fix android indentation * cleanup:android:Fix WhitespaceAround checkstyle issues * cleanup:android:Fix NeedBraces checkstyle issues * cleanup:android:Fix EmptyLineSeparator checkstyle issues * cleanup:android:Fix WhitespaceAround checkstyle issues * Fix linebreaks for codefactor * cleanup:android:Fix a forgotten linebreak issue * cleanup:android:Fix ArrayTypeStyle checkstyle issues * cleanup:android:Fix CustomImportOrder checkstyle issues * Fix checkstyle indentation warnings on NavitRestoreTask * cleanup:android:Use try-with-resource construct to avoid emtpy catch block + fix AbbreviationAsWordInName in NavitRestoreTask * cleanup:android:We support Java pre-7 so no try-with-resource block * cleanup:android:Some more indentation cleanup and case fix * fix:checkstyle:The array indentation should be 4 like the rest * cleanup:android:Fix indentation warnings from checkstyle * cleanup:android:Fix checkstyle OperatorWrap * cleanup:android:Fix checkstyle LineLength * cleanup:android:Fix checkstyle MethodParamPad and ParenPad * cleanup:android:Fix checkstyle SeparatorWrapComma * cleanup:android:Fix checkstyle NoWhitespaceBefore
* change:ci:Move checkstyle.xml to be used by Codefactor.io (#608)jkoan2018-06-031-0/+257
* Rename navit/android/navit_checkstyle.xml to navit_checkstyle.xml * Rename navit_checkstyle.xml to checkstyle.xml * Update build.gradle