Build Scripts Changes
Bug Fixes
Documentation
Build Scripts Changes
Documentation
Build Scripts Changes
Bug Fixes
Fix https://github.com/royriojas/eslint-friendly-formatter/issues/20
Documentation
Build Scripts Changes
Features
--eff-filter option - cac606d, Roy Riojas, 23/05/2016 01:30:10The --eff-filter filters the rules shown in the report. Usefule to
filter only a given type of rule.
Example
The following will only show the warning for global-require ruleId
eslint -f node_modules/eslint-friendly-formatter client/**/*.js server/**/*.js -- --eff-by-issue --eff-filter 'global-require' # notice the --
Release v2.0.4 - 211ead4, Roy Riojas, 22/04/2016 14:27:12
Refactoring
Update readme. - 2871952, Roy Riojas, 22/04/2016 14:26:45
Closes #17.
Closes #19.
Documentation
Generate changelog - d1f4f3a, Roy Riojas, 18/04/2016 14:07:25
Release v2.0.3 - a238eab, Roy Riojas, 18/04/2016 14:07:23
Features
Add an option to group by issue - 39ef078, Roy Riojas, 18/04/2016 14:07:15
Eslint does not support passing arguments, but we can pass any
parameters using -- --param-here. So now inside the reporter we can get
the value like process.argv['--param-here']. This can be used
to pass flags to the reporter so now we can do the following
--eff-by-issue will group the report by issue type
eslint -f 'node_modules/eslint-friendly-formatter' -- --eff-by-issue
Documentation
Build Scripts Changes
Bug Fixes
Documentation
Build Scripts Changes
Refactoring
Add EFF_NO_LINK_RULES param. Fixes #18 - 7ed4647, Roy Riojas, 10/04/2016 02:44:06
In your terminal run
export EFF_NO_LINK_RULES=true # rules ids won't be linked to
documentation
Also as part of this commit, rules that contain /, a common pattern
in eslint plugins, like react/jsx-quotes will generate a link
to a google search for that rule.
Release v2.0.0 - 1b420f4, Roy Riojas, 08/04/2016 17:00:51
Features
Clickable rules and summary count at the end - 8bcba89, Roy Riojas, 08/04/2016 17:00:40
Documentation
Generate changelog - 9a0db2e, Roy Riojas, 30/08/2015 08:40:18
Release v1.2.2 - 7410804, Roy Riojas, 30/08/2015 08:40:16
Features
Ignore source code when the source property is really (really) long!. Fixes #13 - a19ff73, Roy Riojas, 30/08/2015 08:36:40
Other changes
Update README.md - 93c77a1, Roy Riojas, 30/08/2015 01:45:55
Documentation
Generate changelog - 691e0f8, royriojas, 19/08/2015 05:39:27
Other changes
add tests for errors without source info - 1b61a9d, Nikola Kovacs, 19/08/2015 03:48:07
Fix error when message.source is undefined. - 7a3f6f7, Nikola Kovacs, 18/08/2015 09:28:56
This happens when the javascript file has a parsing error.
Enhancements
Enforce the use of triple equal - 7cd1707, royriojas, 14/08/2015 12:39:49
Other changes
Fix arrow's position when source code contains tabs. - 08612a4, Nikola Kovacs, 14/08/2015 09:03:37
Fixes #10
Fixes #8
Use npm run test instead of plain npm test - df4c642, royriojas, 17/05/2015 12:35:05
Documentation
Updated changelog with info about #7 - 477acfb, royriojas, 14/07/2015 01:27:42
Features
add environment option EFF_ABSOLUTE_PATHS. Fixes #7 - 271a749, royriojas, 14/07/2015 01:20:57
export the env variable EFF_ABSOLUTE_PATHS to make the paths in the
reporter be absolute. If the environment variable is not found the
paths will be reported as eslint send them.
EFF_ABSOLUTE_PATHS=true eslint -f
path/to/eslint-friendly-formatter/index.js’ file1.js file2.js dir/
Or
add to your profile
export EFF_ABSOLUTE_PATHS=true
Ugly hack. But should work until this issue is resolved:
https://github.com/eslint/eslint/issues/2989
Update README.md - f2f485c, Roy Riojas, 05/07/2015 23:29:26
Update README.md - 5963c02, Roy Riojas, 05/07/2015 23:27:59
Update README.md - edd8854, Roy Riojas, 05/07/2015 23:27:01
Add gulp - 6c9eb73, Fahad Hossain, 05/07/2015 06:08:16
Add Gulp to the list of working examples
Better description of the when to disable the gray coloring
Update README.md - b284801, Roy Riojas, 26/06/2015 00:33:38
Update README.md - 9b00c00, Roy Riojas, 26/06/2015 00:32:41
Add Guake - 4ff1321, Ian VanSchooten, 25/06/2015 23:21:23
Current master of Guake will also auto open a configured editor to the correct line number.
Update prepush and changelogx dependency - fddbf5a, royriojas, 17/05/2015 11:50:01
Other changes
Update README.md - 90c5c08, Roy Riojas, 17/05/2015 12:11:22
Fix for #3. eslint-friendly-formatter failing to install - bd77638, royriojas, 17/05/2015 11:44:17
Bug Fixes
Support for solarized theme, or other themes that use gray for the background. Fixes #2 - a8c3c71, royriojas, 16/05/2015 17:02:33
Basically this fix removes the gray color if the environment variable EFF_NO_GRAY
is set to the string true.
this can be done very easily in bash doing:
export EFF_NO_GRAY=true
Other changes
Documentation
Build Scripts Changes
Documentation
intellij or webstorm - 678886d, Roy Riojas, 18/03/2015 04:36:21
Enhancements
Build Scripts Changes
Release v1.0.4 - 2af7d0c, Roy Riojas, 18/03/2015 04:08:13
Update deps - b1e1539, Roy Riojas, 18/03/2015 04:07:56
Remove not used dep - 5b8433b, Roy Riojas, 04/03/2015 03:04:49
Bump minor version - 097ceb0, Roy Riojas, 03/03/2015 07:13:55
Beautify and validate code with eslint - b2bbaaf, Roy Riojas, 03/03/2015 07:12:33
First commit - 3b57598, Roy Riojas, 03/03/2015 06:33:23
Documentation
undefined
Other changes