Skip to content

Commit

Permalink
#2933: lint.rst, minor language change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Nov 26, 2017
1 parent c6f974b commit bd81d25
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/test/lint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ entire project:
- |dockerlint|_
- |rstlint|_

Specifically, anytime code is introduced to the repository, our |.travis.yml|_
will start the execution of our |linter|_. However, the ``linter`` can also be
Specifically, anytime code is introduced to the repository, whether through
``git commit``, or some variation of ``git merge``, our |.travis.yml|_
will immediately start the |linter|_. However, the ``linter`` can also be
run manually, after the above depedencies have been installed

.. code:: bash
cd /vagrant/test
./linter install
Once the above packages have been installed, linting can be executed:
Then, linting can be executed:

.. code:: bash
Expand Down

0 comments on commit bd81d25

Please sign in to comment.