Files
ale/ale_linters
Takuya Fujiwara 34318aedf4 Add prolog swipl linter (#1979)
* add prolog/swipl linter

* use load_files/2 instead of read_term/2

Because it also checks some semantic warnings / errors
not only syntactic warnings / errors.

e.g.:
* singleton warning
* discontiguous warning
* ...

cf. http://www.swi-prolog.org/pldoc/doc_for?object=style_check/1

* support error messages with no line number

    :- module(module_name, [pred/0]).

causes

    ERROR: Exported procedure module_name:pred/0 is not defined

* add test for prolog/swipl handler

* cosmetic fixes

* detect timeout using SIGALRM

* rename g:prolog_swipl_goals to g:prolog_swipl_load

* write doc for prolog/swipl linter

* update toc and README

* fix ignore patterns
2018-10-26 17:29:17 +01:00
..
2018-09-04 16:51:18 +01:00
2018-10-17 16:11:41 +01:00
2018-09-04 16:51:18 +01:00
2017-12-20 22:53:03 -06:00
2018-09-19 19:33:23 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2017-12-18 15:26:52 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-10-03 14:13:34 -07:00
2018-10-19 15:51:16 -04:00
2018-10-26 17:29:17 +01:00
2018-09-04 16:51:18 +01:00
2018-06-07 15:06:09 +02:00
2018-09-04 16:51:18 +01:00
2018-10-25 16:29:29 -04:00
2018-10-22 09:21:48 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00
2018-09-04 16:51:18 +01:00