File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
1515
1616
1717## News
18+ * JSqlParser has now a build in checkstyle configuration to introduce source code conventions.
1819* Released first major version ** 1.0** of JSqlParser.
1920* Please test the actual ** 0.9.8-SNAPSHOT** . It includes includes grammar refactorings or changes which eventually results in parse tree changes.
2021* Version ** 0.9.7** released.
@@ -46,7 +47,9 @@ Also I would like to know about needed examples or documentation stuff.
4647
4748## Extensions in the latest SNAPSHOT version 1.1
4849
49- * checkstyle integration to force first souce code conventions (linefeeds, spaces instead of tabs)
50+ * checkstyle integration to force first souce code conventions
51+ * checkstyle is activated by default, it can be deactivated by an environment property ** skipCheckSources**
52+ * pull requests should follow this style settings
5053
5154## Extensions of JSqlParser releases
5255
You can’t perform that action at this time.
0 commit comments