Hacker News new | ask | show | jobs
by def- 1506 days ago

  nim --styleCheck:error c x
This enforces the same capitalization style in your code:

  x.nim(1, 5) Error: 'my_var' should be: 'myVar'