aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm.Paul Bonaud2019-04-1376-257/+814
| | | | | Forking the pronto-eslint_npm repository to build a runner for hlint haskell linter.
* added ability to set config opts to eslint (#9)bbsteventill2018-03-311-0/+19
| | | | | | * added ability to set config opts to eslint * add spec for eslint command line
* harden config spec helperMarkus Doits2018-03-311-0/+3
|
* refactor config handling and specs a little bitMarkus Doits2018-03-312-5/+43
|
* update locally used ruby versiob, lint everythingMarkus Doits2018-03-302-1/+5
|
* only require byebug in specsMarkus Doits2017-02-281-0/+1
|
* make config spec pass string option, not regexpMarkus Doits2016-09-111-1/+1
|
* Load YAML configuration correctlyJerome Dalbert2016-09-111-3/+3
|
* Allow to set config with `.pronto_eslint_npm.yml`Markus Doits2016-09-113-5/+42
| | | | Make configuration dependent on instance instead of class, too.
* add class variables to prepare setting external configMarkus Doits2016-09-111-0/+20
|
* change rspec syntax to expectMarkus Doits2016-09-112-12/+24
|
* correct name according to recommended use of `_` and `-`Markus Doits2016-08-111-1/+1
| | | | http://guides.rubygems.org/name-your-gem/
* fix spec for eslint >= 3Markus Doits2016-08-111-1/+1
|
* rebrand to Pronto::ESLintNpmMarkus Doits2016-08-112-3/+3
|
* Use system eslint instead of eslintrbMarkus Doits2016-07-254-6/+22
| | | | | | | This makes sure `eslint` works as expected, e.g. the config used is respected and full feature set is present. One has to make sure `eslint` is properly installed, though.
* Respect `.eslintignore`Markus Doits2016-07-2520-6/+47
| | | | | | | | | If an `.eslintignore` is present, it's patterns are now respected. See http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories for more info. Due to the file format of `.eslintignore`, the gem `globby` has to be used for those patterns (which respects negations etc.).
* modify spec to check for .es6 linitingMarkus Doits2016-04-1110-3/+13
|
* Depend on newest versions of pronto and eslint (less strictly)Mindaugas Mozūras2016-03-141-2/+2
|
* Implement ESLint runnerMindaugas Mozūras2016-02-2826-0/+67
|
* Initial commitMindaugas Mozūras2016-02-281-0/+17