documentation/5.1: Update tests and test container

sven <jenkins-z4DKO/[email protected]>
Newsgroups gmane.comp.web.zope.plone.cvs
Message-ID <[email protected]>
Repository: documentation
Branch: refs/heads/5.1
Date: 2017-07-17T13:22:18+02:00
Author: sven (svx) <[email protected]>
Commit: https://github.com/plone/documentation/commit/90488f2e76cd5fe69e8860e2cee62183fd28eb81

Update tests and test container

Files changed:
M .coafile
M README.rst
M circle.yml

diff --git a/.coafile b/.coafile
index 46c2b5bc..a635f99b 100644
--- a/.coafile
+++ b/.coafile
@@ -1,15 +1,6 @@
-[WG]
-bears = WriteGoodLintBear
-allow_so_beginning = False
-files = **/*.rst
-
-#[LC]
-#bears = LineCountBear
-#max_lines_per_file = 1000
-#files = **/*.rst
-
-#[QA]
-#bears = SpaceConsistencyBear
-#use_spaces = True
-#files = **/*.rst
-#default_actions = SpaceConsistencyBear: ApplyPatchAction
+[all]
+bears = LineLengthBear, SpaceConsistencyBear, reSTLintBear
+use_spaces = True
+files = README.rst
+max_line_length = 150
+autoapply=false
diff --git a/README.rst b/README.rst
index b032cf4e..8a5efab7 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
 This Is The Official Plone Documentation
 ========================================
 
-You can read the documentation on `docs.plone.org <http://docs.plone.org>`_.
+You can read the documentation on docs.plone.org.
 
 Contribute
 ==========
@@ -13,7 +13,8 @@ If you want to contribute please make sure to read:
 - `Our docs style-guide <https://docs.plone.org/about/documentation_styleguide.html>`_
 - `Our reST style-guide <https://docs.plone.org/about/rst-styleguide.html>`_
 
-One of the best ways to start contributing is to pick one of the tickets labeled `First Timer <https://github.com/plone/documentation/labels/First%20Timers>`_.
+One of the best ways to start contributing is to pick one of the tickets labeled
+`First Timer <https://github.com/plone/documentation/labels/First%20Timers>`_.
 
 
 - Issue Tracker: `https://github.com/plone/documentation/issues <https://github.com/plone/documentation/issues>`_
diff --git a/circle.yml b/circle.yml
index 39781781..b05c5d64 100644
--- a/circle.yml
+++ b/circle.yml
@@ -15,10 +15,10 @@ machine:
 dependencies:
   override:
     - docker info
-    - docker pull testthedocs/ttd.coala
+    - docker pull testthedocs/ttd-coala
     - docker pull testthedocs/plone-lint
 
 test:
   override:
-    - docker run -it -v "${PWD}":/source:rw testthedocs/ttd.coala '-c=/source/.coafile' -C WG
+    - docker run -it --rm -v "${PWD}":/srv testthedocs/ttd-coala
     - docker run -it -v "${PWD}":/srv/docs:rw -v $(pwd)/.ttd-lintrc:/srv/.ttd-lintrc testthedocs/plone-lint



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.