nollm 0.5.0 → 0.6.0

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/package.json +1 -1
  2. package/src/rules.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nollm",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "lint against LLMisms in your codebase",
5
5
  "keywords": [
6
6
  "comments",
package/src/rules.js CHANGED
@@ -270,6 +270,16 @@ const PR_TALK = [
270
270
  "existing behavior",
271
271
  "existing behaviour",
272
272
  "unchanged from",
273
+ // Explaining a step that is not there
274
+ "nothing to disable",
275
+ "nothing to turn off",
276
+ "nothing to uninstall",
277
+ "nothing to revert",
278
+ "nothing to opt out of",
279
+ "no need to disable",
280
+ "no need to turn off",
281
+ "no need to uninstall",
282
+ "no need to revert",
273
283
  // Leaving things as they were
274
284
  "keeping it off",
275
285
  "keeping it on",