aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2 from paulrbr-fl/fix-travis-ciHEADv0.1.0masterpaulrbr-fl2020-03-039-76/+364
|\ | | | | Fixing CI, bumping ruby and removing gem lock file
| * update: bump ruby version to latest 2.6 versionPaul Bonaud2020-03-021-1/+1
| |
| * Remove gems lock file to avoid Security alerts from githubPaul Bonaud2020-03-021-71/+0
| | | | | | | | | | | | | | This repo is a ruby gem (library) the dependencies specified by the gemspec are enough and commiting a lock file doesn't make sense (because dependencies are installed by `gem` or `bundle` when people pull the gem).
| * ci: fix Nix environment to launch testsPaul Bonaud2020-03-027-4/+363
|/
* Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm.Paul Bonaud2019-04-1389-417/+1055
| | | | | Forking the pronto-eslint_npm repository to build a runner for hlint haskell linter.
* use xenial on ciMarkus Doits2019-02-051-1/+1
|
* allow pronto 0.10 and update depsMarkus Doits2019-02-054-8/+7
|
* added ability to set config opts to eslint (#9)bbsteventill2018-03-314-4/+29
| | | | | | * added ability to set config opts to eslint * add spec for eslint command line
* harden config spec helperMarkus Doits2018-03-311-0/+3
|
* Merge pull request #10 from doits/refactor_config_handlingMarkus Doits2018-03-313-17/+60
|\ | | | | refactor config handling and specs a little bit
| * refactor config handling and specs a little bitMarkus Doits2018-03-313-17/+60
|/
* update travis ruby versionsMarkus Doits2018-03-301-7/+8
|
* remove gemnasium, don't used anymoreMarkus Doits2018-03-301-1/+0
|
* update locally used ruby versiob, lint everythingMarkus Doits2018-03-309-21/+71
|
* depend on pronto ~> 0.9.1Markus Doits2017-04-242-2/+2
|
* Merge pull request #6 from jeroenj/patch-2Markus Doits2017-04-191-1/+1
|\ | | | | Fixes homepage in the gemspec
| * Fixes homepage in the gemspecJeroen Jacobs2017-04-061-1/+1
|/
* fix readme commentMarkus Doits2017-03-271-1/+1
|
* update gemspec (cosmetical changes)Markus Doits2017-02-281-2/+1
|
* only require byebug in specsMarkus Doits2017-02-282-2/+1
|
* add byebug, helps debugging sometimesMarkus Doits2017-02-283-0/+4
|
* update versionMarkus Doits2017-02-161-1/+1
|
* Merge pull request #4 from JoeSouthan/remove-rake-dependencyMarkus Doits2017-02-161-2/+1
|\ | | | | Remove rake dependency in gemspec
| * Only include files that were included beforeMarkus Doits2017-02-161-1/+1
| |
| * Remove rake dependencyJoseph Southan2017-02-151-2/+1
|/
* install latest rubygems version before bundle install on CIMarkus Doits2017-02-131-1/+2
|
* update gem system to prevent errors with some gemsMarkus Doits2017-02-131-0/+1
|
* update travis ruby versions, add 2.4.0Markus Doits2017-02-132-1/+3
|
* better not to add an open ended dependencyMarkus Doits2017-02-131-1/+1
|
* new version (compatible with pronto 0.8), no changesMarkus Doits2017-02-132-3/+3
|
* make config spec pass string option, not regexpMarkus Doits2016-09-111-1/+1
|
* update versionMarkus Doits2016-09-111-1/+1
|
* Merge pull request #3 from VicinityCommerce/load-yaml-config-correctlyMarkus Doits2016-09-112-4/+4
|\ | | | | | | | | Fix parsing of yaml keys from config Keys are strings now, and not symbols.
| * Load YAML configuration correctlyJerome Dalbert2016-09-112-4/+4
|/
* small readme formatting and wording [CI SKIP]Markus Doits2016-09-111-10/+9
|
* Allow to set config with `.pronto_eslint_npm.yml`Markus Doits2016-09-116-19/+96
| | | | Make configuration dependent on instance instead of class, too.
* add class variables to prepare setting external configMarkus Doits2016-09-112-6/+39
|
* update rubucop configMarkus Doits2016-09-111-6/+13
|
* change rspec syntax to expectMarkus Doits2016-09-112-12/+24
|
* require shellwords (which might not be required by default)Markus Doits2016-08-231-0/+1
| | | | references #1
* downgrade version again (because name changed)Markus Doits2016-08-111-1/+1
|
* correct name according to recommended use of `_` and `-`Markus Doits2016-08-115-8/+8
| | | | http://guides.rubygems.org/name-your-gem/
* refactor source code a little bitMarkus Doits2016-08-111-15/+28
|
* svg simply looks betterMarkus Doits2016-08-111-3/+3
|
* actually include something in the gem ;-)Markus Doits2016-08-112-2/+2
|
* fix travis badge urlMarkus Doits2016-08-111-1/+1
|
* Deprecate support for ruby 1.9.3Mindaugas MozĊĞras2016-08-112-2/+1
| | | | (cherry picked from commit 10fe57d01fe0b614dc8bcf747b82329a6e2a7548)
* fix spec for eslint >= 3Markus Doits2016-08-111-1/+1
|
* fix broke link in READMEMarkus Doits2016-08-111-1/+1
|
* rebrand to Pronto::ESLintNpmMarkus Doits2016-08-117-36/+30
|