<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/.travis.yml, branch 1.14.3</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.14.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.14.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2019-07-23T06:49:41+00:00</updated>
<entry>
<title>Move shellcheck to lint job</title>
<updated>2019-07-23T06:49:41+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2019-07-22T19:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2b50909fb5ec369e2026fe3510f4936b941092ce'/>
<id>urn:sha1:2b50909fb5ec369e2026fe3510f4936b941092ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CI] Run hadolint</title>
<updated>2019-07-23T06:49:41+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2019-07-22T17:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f5a93e32b4e024d944f58d566f97bc35104410f8'/>
<id>urn:sha1:f5a93e32b4e024d944f58d566f97bc35104410f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CI] Run shellcheck and shfmt (#2454)</title>
<updated>2019-07-22T14:07:40+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2019-07-22T14:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ad92518fe44279b69308aaf0a757469f5bf42910'/>
<id>urn:sha1:ad92518fe44279b69308aaf0a757469f5bf42910</id>
<content type='text'>
* [CI] Run shellcheck and shfmt

Cf. https://github.com/FreshRSS/FreshRSS/pull/2436#discussion_r305640019

* rename

* no need for disable anymore

* also remove leftover indentation flags even if it makes no difference to syntax checking

* define colors and reset before exit for local use
</content>
</entry>
<entry>
<title>[CI] Force php -l failure (#2363)</title>
<updated>2019-04-08T20:32:17+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2019-04-08T20:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1bf8ef4e32dedb81da623fab288c79394d4dc37f'/>
<id>urn:sha1:1bf8ef4e32dedb81da623fab288c79394d4dc37f</id>
<content type='text'>
* [CI] Force php -l failure

By redirecting stderr to a file and checking if the filesize is greater than 0 bytes, we can also force failure for warnings.

See discussion in &lt;https://github.com/FreshRSS/FreshRSS/pull/2362#issuecomment-480623161&gt;.

* exclude JSON lib
</content>
</entry>
<entry>
<title>[CI] php -l syntax check (#2361)</title>
<updated>2019-04-07T19:34:30+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2019-04-07T19:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=eae10a985cbc20e46bafafce02521fd5aaf886a8'/>
<id>urn:sha1:eae10a985cbc20e46bafafce02521fd5aaf886a8</id>
<content type='text'>
As suggested by @Alkarex in &lt;https://github.com/FreshRSS/FreshRSS/issues/2359#issuecomment-480608408&gt;.</content>
</entry>
<entry>
<title>[CI] Add PHP 7.3 to Travis configuration (#2317)</title>
<updated>2019-04-01T21:49:32+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2019-04-01T21:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9fab63765e20932852cb2bebaa4cca32c27d96de'/>
<id>urn:sha1:9fab63765e20932852cb2bebaa4cca32c27d96de</id>
<content type='text'>
This also requires an update of phpcs, since the old version won't run on PHP 7.3.

By setting setting the tab-width to 40 it works around the behavior introduced in https://github.com/squizlabs/PHP_CodeSniffer/pull/1404 which erroneously interprets positioning spaces as indentation. ("If the line started with tabs, but had spaces after that, no error was thrown at all.")

That makes any line lengths checks ineffective, but I think line length checks aren't very useful anyway. They're basically just a (very!) rough indication that you might want to consider some refactoring.</content>
</entry>
<entry>
<title>[CI] Lint JS scripts with jshint (#2315)</title>
<updated>2019-04-01T21:47:36+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2019-04-01T21:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c2a339f2f8a5a9a44d5feaaa8a000f027873d7da'/>
<id>urn:sha1:c2a339f2f8a5a9a44d5feaaa8a000f027873d7da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removes HHVM from Travis</title>
<updated>2019-02-13T14:45:01+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-02-13T14:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0b997b58a56bd0a4e8758c72653674810092c17d'/>
<id>urn:sha1:0b997b58a56bd0a4e8758c72653674810092c17d</id>
<content type='text'>
Because HHVM removes PHP support
https://www.phoronix.com/scan.php?page=news_item&amp;px=HHVM-4.0-Released
</content>
</entry>
<entry>
<title>Travis remove PHP nightly</title>
<updated>2018-09-01T11:33:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-01T11:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9ab56dd326b43bb3229a3346e5871f93ffcdad3a'/>
<id>urn:sha1:9ab56dd326b43bb3229a3346e5871f93ffcdad3a</id>
<content type='text'>
Due to errors
</content>
</entry>
<entry>
<title>Update travis config (#1751)</title>
<updated>2018-01-11T18:18:29+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-01-11T18:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a14c160beb360ffb00f255621030c77878f6c8a1'/>
<id>urn:sha1:a14c160beb360ffb00f255621030c77878f6c8a1</id>
<content type='text'>
I've enabled tests on PHP 7.2 since it's the latest stable version.
I've also installed phpcs from composer since PEAR is not available for all versions of PHP.</content>
</entry>
</feed>
