Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump addressable from 2.7.0 to 2.8.0 in /ci/prontodependabot/bundler/ci/pronto/addressable-2.8.0 | dependabot[bot] | 2021-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Merge pull request #2 from paulrbr-fl/fix-travis-ciHEADv0.1.0master | paulrbr-fl | 2020-03-03 | 9 | -76/+364 |
|\ | | | | | Fixing CI, bumping ruby and removing gem lock file | ||||
| * | update: bump ruby version to latest 2.6 version | Paul Bonaud | 2020-03-02 | 1 | -1/+1 |
| | | |||||
| * | Remove gems lock file to avoid Security alerts from github | Paul Bonaud | 2020-03-02 | 1 | -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 tests | Paul Bonaud | 2020-03-02 | 7 | -4/+363 |
|/ | |||||
* | Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm. | Paul Bonaud | 2019-04-13 | 89 | -417/+1055 |
| | | | | | Forking the pronto-eslint_npm repository to build a runner for hlint haskell linter. | ||||
* | use xenial on ci | Markus Doits | 2019-02-05 | 1 | -1/+1 |
| | |||||
* | allow pronto 0.10 and update deps | Markus Doits | 2019-02-05 | 4 | -8/+7 |
| | |||||
* | added ability to set config opts to eslint (#9) | bbsteventill | 2018-03-31 | 4 | -4/+29 |
| | | | | | | * added ability to set config opts to eslint * add spec for eslint command line | ||||
* | harden config spec helper | Markus Doits | 2018-03-31 | 1 | -0/+3 |
| | |||||
* | Merge pull request #10 from doits/refactor_config_handling | Markus Doits | 2018-03-31 | 3 | -17/+60 |
|\ | | | | | refactor config handling and specs a little bit | ||||
| * | refactor config handling and specs a little bit | Markus Doits | 2018-03-31 | 3 | -17/+60 |
|/ | |||||
* | update travis ruby versions | Markus Doits | 2018-03-30 | 1 | -7/+8 |
| | |||||
* | remove gemnasium, don't used anymore | Markus Doits | 2018-03-30 | 1 | -1/+0 |
| | |||||
* | update locally used ruby versiob, lint everything | Markus Doits | 2018-03-30 | 9 | -21/+71 |
| | |||||
* | depend on pronto ~> 0.9.1 | Markus Doits | 2017-04-24 | 2 | -2/+2 |
| | |||||
* | Merge pull request #6 from jeroenj/patch-2 | Markus Doits | 2017-04-19 | 1 | -1/+1 |
|\ | | | | | Fixes homepage in the gemspec | ||||
| * | Fixes homepage in the gemspec | Jeroen Jacobs | 2017-04-06 | 1 | -1/+1 |
|/ | |||||
* | fix readme comment | Markus Doits | 2017-03-27 | 1 | -1/+1 |
| | |||||
* | update gemspec (cosmetical changes) | Markus Doits | 2017-02-28 | 1 | -2/+1 |
| | |||||
* | only require byebug in specs | Markus Doits | 2017-02-28 | 2 | -2/+1 |
| | |||||
* | add byebug, helps debugging sometimes | Markus Doits | 2017-02-28 | 3 | -0/+4 |
| | |||||
* | update version | Markus Doits | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4 from JoeSouthan/remove-rake-dependency | Markus Doits | 2017-02-16 | 1 | -2/+1 |
|\ | | | | | Remove rake dependency in gemspec | ||||
| * | Only include files that were included before | Markus Doits | 2017-02-16 | 1 | -1/+1 |
| | | |||||
| * | Remove rake dependency | Joseph Southan | 2017-02-15 | 1 | -2/+1 |
|/ | |||||
* | install latest rubygems version before bundle install on CI | Markus Doits | 2017-02-13 | 1 | -1/+2 |
| | |||||
* | update gem system to prevent errors with some gems | Markus Doits | 2017-02-13 | 1 | -0/+1 |
| | |||||
* | update travis ruby versions, add 2.4.0 | Markus Doits | 2017-02-13 | 2 | -1/+3 |
| | |||||
* | better not to add an open ended dependency | Markus Doits | 2017-02-13 | 1 | -1/+1 |
| | |||||
* | new version (compatible with pronto 0.8), no changes | Markus Doits | 2017-02-13 | 2 | -3/+3 |
| | |||||
* | make config spec pass string option, not regexp | Markus Doits | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | update version | Markus Doits | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3 from VicinityCommerce/load-yaml-config-correctly | Markus Doits | 2016-09-11 | 2 | -4/+4 |
|\ | | | | | | | | | Fix parsing of yaml keys from config Keys are strings now, and not symbols. | ||||
| * | Load YAML configuration correctly | Jerome Dalbert | 2016-09-11 | 2 | -4/+4 |
|/ | |||||
* | small readme formatting and wording [CI SKIP] | Markus Doits | 2016-09-11 | 1 | -10/+9 |
| | |||||
* | Allow to set config with `.pronto_eslint_npm.yml` | Markus Doits | 2016-09-11 | 6 | -19/+96 |
| | | | | Make configuration dependent on instance instead of class, too. | ||||
* | add class variables to prepare setting external config | Markus Doits | 2016-09-11 | 2 | -6/+39 |
| | |||||
* | update rubucop config | Markus Doits | 2016-09-11 | 1 | -6/+13 |
| | |||||
* | change rspec syntax to expect | Markus Doits | 2016-09-11 | 2 | -12/+24 |
| | |||||
* | require shellwords (which might not be required by default) | Markus Doits | 2016-08-23 | 1 | -0/+1 |
| | | | | references #1 | ||||
* | downgrade version again (because name changed) | Markus Doits | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | correct name according to recommended use of `_` and `-` | Markus Doits | 2016-08-11 | 5 | -8/+8 |
| | | | | http://guides.rubygems.org/name-your-gem/ | ||||
* | refactor source code a little bit | Markus Doits | 2016-08-11 | 1 | -15/+28 |
| | |||||
* | svg simply looks better | Markus Doits | 2016-08-11 | 1 | -3/+3 |
| | |||||
* | actually include something in the gem ;-) | Markus Doits | 2016-08-11 | 2 | -2/+2 |
| | |||||
* | fix travis badge url | Markus Doits | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | Deprecate support for ruby 1.9.3 | Mindaugas MozĊĞras | 2016-08-11 | 2 | -2/+1 |
| | | | | (cherry picked from commit 10fe57d01fe0b614dc8bcf747b82329a6e2a7548) | ||||
* | fix spec for eslint >= 3 | Markus Doits | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | fix broke link in README | Markus Doits | 2016-08-11 | 1 | -1/+1 |
| |