MarkusAmshove / natls

Language Server implementation for the Natural 4GL programming language
MIT License
12 stars 3 forks source link

Linter: Discourage use of inline parameters #466

Open Claes65 opened 5 months ago

Claes65 commented 5 months ago

DEFINE DATA PARAMETER USING SOMEPDA (this is fine, but) PARAMETER 1 INLINE-PARAM (should be discouraged)

MarkusAmshove commented 5 months ago

This should be configurable via editorconfig, e.g. natls.style.disallowinlineparameter defaulting to false.