pcdshub / pytmc

Generate EPICS IOCs and records from TwinCAT projects - along with many TwinCAT project tools
https://pcdshub.github.io/pytmc/
Other
10 stars 11 forks source link

Catch missing delimiter in pragma linting #134

Closed klauer closed 4 years ago

klauer commented 4 years ago

Something like {attribute 'pytmc' := 'pv: TEST io: io field: DESC test'} is not currently caught by the pragma linter.

To verify:

  1. pv doesn't have spaces in it
  2. io is a valid option
  3. Others?

cc @ghalym