Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | rebrand to Pronto::ESLintNpm | Markus Doits | 2016-08-11 | 7 | -36/+30 |
| | |||||
* | Call `.to_s` on pathname to fix error on ruby 1.9.3 | Markus Doits | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | escape file path before passing it to shell | Markus Doits | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | fix CI by installing eslint | Markus Doits | 2016-07-25 | 1 | -0/+2 |
| | |||||
* | Add instructions into README about installing eslint | Markus Doits | 2016-07-25 | 1 | -2/+5 |
| | |||||
* | Use system eslint instead of eslintrb | Markus Doits | 2016-07-25 | 6 | -32/+36 |
| | | | | | | | 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. | ||||
* | Add a note about `.eslintignore` in README | Markus Doits | 2016-07-25 | 1 | -1/+3 |
| | |||||
* | Respect `.eslintignore` | Markus Doits | 2016-07-25 | 22 | -7/+69 |
| | | | | | | | | | 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.). | ||||
* | Bump version to 0.6.2 | Mindaugas Mozūras | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5 from firstbanco/add-js-es6-as-known-filetype | Mindaugas Mozūras | 2016-06-24 | 1 | -1/+1 |
|\ | | | | | Add .js.es6 as known filetype | ||||
| * | Add .js.es6 as known filetype | Harry Lascelles | 2016-06-22 | 1 | -1/+1 |
|/ | |||||
* | Bump version to 0.6.1 | Mindaugas Mozūras | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1 from doits/add-es6-suffix | Mindaugas Mozūras | 2016-04-11 | 11 | -4/+14 |
|\ | | | | | WIP: add es6 suffix to lint | ||||
| * | modify spec to check for .es6 liniting | Markus Doits | 2016-04-11 | 10 | -3/+13 |
| | | |||||
| * | add es6 suffix to lint | Markus Doits | 2016-04-09 | 1 | -1/+1 |
|/ | |||||
* | Add ruby 2.3.0 to Travis CI Build | Mindaugas Mozūras | 2016-03-26 | 1 | -0/+1 |
| | |||||
* | Bump version to 0.6.0 | Mindaugas Mozūras | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | Depend on newest versions of pronto and eslint (less strictly) | Mindaugas Mozūras | 2016-03-14 | 3 | -10/+10 |
| | |||||
* | Fix Rubocop warning about freezing strings | Mindaugas Mozūras | 2016-02-28 | 1 | -1/+1 |
| | |||||
* | Implement ESLint runner | Mindaugas Mozūras | 2016-02-28 | 28 | -0/+108 |
| | |||||
* | Initial commit | Mindaugas Mozūras | 2016-02-28 | 9 | -0/+132 |