nrlint
nrlint copied to clipboard
Node-RED Flow Linter
- [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes I forget the background of why `true` and...
- [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes ## Checklist - [x] I have read the...
### Current Behavior Similar to issue https://github.com/node-red/nrlint/issues/22. The function-eslint rule complains if a function node references Buffer, util and modules imported in functionExternalModules - saying they are not defined. ###...
### Current Behavior As discussed in [https://discourse.nodered.org/t/node-red-3-0-0-beta-2-released/62698/28](https://discourse.nodered.org/t/node-red-3-0-0-beta-2-released/62698/28), so that this doesn't get missed. Also see https://github.com/node-red/node-red/issues/3618. nrLint rules 'no-unnamed-functions' and 'no-unnamed-links' do not work with NR 3.0 automatic node naming....
This is an attempt to add a very simple unit test to the nrlint rules section of NR Lint. I have not added it to Dev, - [ ] Bugfix...
### Current Behavior I was expecting that I could create a custom NRLint rule, and use it both for web and cli. However, the Web Editor does not take the...
### Current Behavior Similar to #37 linter does not recognise variables generated by the function nodes imports  ### Expected Behavior linter should include any variables created in the function...