Codestyle (#372)

* Adding code style

* Small correction of code style

* Putting under comments checkstyle rules

* include checks and suppressions (excluding files)

* Added checkstyle suppressions.

* suppression defined at the level of a Java file

* adding JFactTBoxReasonerTest in the suppression

* replacement of tabs with spaces in a property file

* increasing the max line length to 120

* Adding java and javax packages at the beggining of imports

---------

Co-authored-by: Ivan Mrsulja <mrsuljaivancic@gmail.com>
This commit is contained in:
Dragan Ivanovic 2023-09-14 13:34:06 +02:00 committed by GitHub
parent 3f95108b26
commit 2e4458e160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1413 additions and 4 deletions

View file

@ -82,8 +82,8 @@
# developer.searchEngine.enable = false
# developer.searchEngine.addStackTrace = false
# developer.searchEngine.addResults = false
# developer.searchEngine.queryRestriction = .*
# developer.searchEngine.stackRestriction = .*
# developer.searchEngine.queryRestriction = .*
# developer.searchEngine.stackRestriction = .*
#------------------------------------------------------------------------------