From 4bde213b084fe9eabbdfb64d9348ee685d257e81 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sun, 5 Jul 2015 18:10:13 +0300 Subject: [PATCH] starting to add lint check --- docs/index.rst | 2 +- docs/quality/index.rst | 8 ++++++++ docs/quality/lint_report.rst | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/quality/index.rst create mode 100644 docs/quality/lint_report.rst diff --git a/docs/index.rst b/docs/index.rst index 4253a00..ffaab30 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,4 +6,4 @@ self tutorials/index api/index - + quality/index diff --git a/docs/quality/index.rst b/docs/quality/index.rst new file mode 100644 index 0000000..d78827c --- /dev/null +++ b/docs/quality/index.rst @@ -0,0 +1,8 @@ +Code quality +============ + +Lint report +----------- + +.. include:: lint_report.rst + diff --git a/docs/quality/lint_report.rst b/docs/quality/lint_report.rst new file mode 100644 index 0000000..6346745 --- /dev/null +++ b/docs/quality/lint_report.rst @@ -0,0 +1,2 @@ +This is placeholder text. If you are able to see this it means that +documentation generation systems wasn't able to run Lint.jl