[website] misc. minor improvements

Summary:
- rename the checker "Uninitialized Variable" to "Uninitialized Value"
  as this is the name of the issue type
- delete timestamp XML comment from the man pages to avoid future git
  churn when updating the website
- counting is hard

Reviewed By: martintrojer

Differential Revision: D24219165

fbshipit-source-id: cf3057373
master
Jules Villard 4 years ago committed by Facebook GitHub Bot
parent cce19349a8
commit 79c6cd37eb

@ -30,8 +30,8 @@ jobs:
4. Download the release tarballs and test that the binaries works.
5. Fill in the shasums by running the command at the end of the release text.
--- PUBLISH GITHUB RELEASE HERE ---
5. At some point, copy the GitHub changelog to Changelog.md in the repo.
6. Tweet.
6. At some point, copy the GitHub changelog to Changelog.md in the repo.
7. Tweet.
--- DELETE EVERYTHING ABOVE THIS LINE ---
This is a binary release of Infer for Linux and MacOS. To use it follow these [instructions](http://fbinfer.com/docs/getting-started.html).

@ -915,7 +915,9 @@ endif
$(QUIET)$(call silent_on_success,Copying man pages,\
$(REMOVE) "$(WEBSITE_DIR)"/static/man/*; \
for man in $(INFER_GROFF_MANUALS); do \
groff -Thtml "$$man" > "$(WEBSITE_DIR)"/static/man/next/$$(basename "$$man").html; \
groff -Thtml "$$man" \
| grep -v '^<!-- CreationDate: .*>$$' \
> "$(WEBSITE_DIR)"/static/man/next/$$(basename "$$man").html; \
done)
$(QUIET)$(call silent_on_success,Building OCaml modules documentation,\
$(MAKE) IS_FACEBOOK_TREE=no NO_BROWSE_DOC=yes doc)

@ -396,7 +396,7 @@ let config_unsafe checker =
; activates= [Pulse] }
| Uninit ->
{ id= "uninit"
; kind= UserFacing {title= "Uninitialized Variable"; markdown_body= ""}
; kind= UserFacing {title= "Uninitialized Value"; markdown_body= ""}
; support= supports_clang
; short_documentation= "Warns when values are used before having been initialized."
; cli_flags= Some {deprecated= []; show_in_help= true}

@ -1,5 +1,5 @@
---
title: "Uninitialized Variable"
title: "Uninitialized Value"
description: "Warns when values are used before having been initialized."
---

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,4 @@
<!-- Creator : groff version 1.22.4 -->
<!-- CreationDate: Fri Oct 9 12:52:31 2020 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

@ -1,5 +1,5 @@
---
title: "Uninitialized Variable"
title: "Uninitialized Value"
description: "Warns when values are used before having been initialized."
---

Loading…
Cancel
Save