eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Linter for server code? #361

Open tortmayr opened 4 years ago

tortmayr commented 4 years ago

For the client code base (TS) we already use a linter (TSlint). Maybe we should do the same for the server code base? (probably checkstyle)

planger commented 4 years ago

Yes, I'm all for it, good idea. Maybe we should copy settings, e.g. Xtext uses a specific checkstyle setting or ECP? Thanks!