aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-raw-environment-function.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/checks/README-raw-environment-function.md')
-rw-r--r--docs/checks/README-raw-environment-function.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/checks/README-raw-environment-function.md b/docs/checks/README-raw-environment-function.md
new file mode 100644
index 00000000..265b02e9
--- /dev/null
+++ b/docs/checks/README-raw-environment-function.md
@@ -0,0 +1,5 @@
+# raw-environment-function
+
+Warns when `putenv()` or `qputenv()` are being used and suggests the Qt thread-safe equivalents instead.
+
+This check is disabled by default and should be enabled manually if you worry about this issue.