flowlint 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -345,12 +345,19 @@ FlowLint currently implements the following rules:
345
345
 
346
346
  - **R1** - Rate Limit & Retry
347
347
  - **R2** - Error Handling
348
- - **R3** - Dead End Detection
349
- - **R4** - Credential Validation
350
- - **R5** - Idempotency
351
- - **R6** - Stop & Error Nodes
352
-
353
- See [RULES.md](https://github.com/Replikanti/flowlint-app/blob/main/RULES.md) for detailed rule documentation.
348
+ - **R3** - Idempotency
349
+ - **R4** - Secrets
350
+ - **R5** - Dead Ends
351
+ - **R6** - Long Running
352
+ - **R7** - Alert/Log Enforcement
353
+ - **R8** - Unused Data
354
+ - **R9** - Config Literals
355
+ - **R10** - Naming Convention
356
+ - **R11** - Deprecated Nodes
357
+ - **R12** - Unhandled Error Path
358
+ - **R13** - Webhook Acknowledgment
359
+
360
+ See [RULES.md](https://github.com/Replikanti/flowlint-examples/blob/main/README.md) for detailed rule documentation.
354
361
 
355
362
  ## Troubleshooting
356
363
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowlint",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Static analysis tool for n8n workflows - detect issues early, fix them faster",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",