From 806f71b4e402b2d6ff5cb570981090fc8aaeed3b Mon Sep 17 00:00:00 2001 From: Will Holmgren Date: Wed, 5 Sep 2018 15:59:33 -0700 Subject: [PATCH 1/2] add .lgtm.yml file --- .lgtm.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000000..33aaa106e9 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,6 @@ +path_classifiers: + generated: + - pvlib/_version.py + library: + - versioneer.py + - pvlib/_deprecation.py \ No newline at end of file From f7c50420bdd0d61c4b0dabac9f8617e2848c2aad Mon Sep 17 00:00:00 2001 From: Will Holmgren Date: Wed, 5 Sep 2018 16:04:34 -0700 Subject: [PATCH 2/2] update whatsnew --- docs/sphinx/source/whatsnew/v0.6.0.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.6.0.rst b/docs/sphinx/source/whatsnew/v0.6.0.rst index 91d344c136..3e95eeb079 100644 --- a/docs/sphinx/source/whatsnew/v0.6.0.rst +++ b/docs/sphinx/source/whatsnew/v0.6.0.rst @@ -166,6 +166,7 @@ Testing * Add Python 3.7 to build matrix * Make test_forecast.py more robust. (:issue:`293`) * Improve test_atmosphere.py. (:issue:`158`) +* Add LGTM.com integration. (:issue:`554`) Contributors @@ -175,4 +176,4 @@ Contributors * Cliff Hansen * Mark Mikofski * Alan Mathew - +* Xavier Rene-Corail