summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2020-01-09 10:29:29 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2020-01-09 10:29:29 +0000
commit9e9dea45678c01b95bc85bf4915e42c2094fdde2 (patch)
treef0d50209a6570e87da0a631653e87a40749677e8
parent235412be225ae81eaded212959c25a55a2674b42 (diff)
parent1a3f4f4840b1ece2ee33be7465c5db5031a17190 (diff)
Merge branch 'experimental-checkers-docs' into 'master'
docs: Add remark about in-progress checkers See merge request tartan/tartan!8
-rw-r--r--HACKING3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 44eb2fc..a31ef7b 100644
--- a/HACKING
+++ b/HACKING
@@ -23,7 +23,8 @@ principles, which are in no particular order:
the problems with a certain data type (for example, `GError`) than to catch
some problems with all data types, as this means users of Tartan only have to
refactor their (for example) `GError` usage once, rather than multiple times
- as Tartan adds more checks.
+ as Tartan adds more checks. Checkers which are in progress can be marked as
+ experimental and disabled by default.
* Focus on big gain checks first: Prioritise spending implementation time on
checks which are going to be useful to as many people as possible, before
working on ones which are less likely to be needed.