Releases: inaka/elvis_core
Releases · inaka/elvis_core
2.0.0
What's Changed
- Add new rule: no_author by @elbrujohalcon in #244
- Re-commit the \r\n thing on files for Windows by @elbrujohalcon in #243
- Add separate files for LF / CRLF tests by @lukebakken in #247
- Fix #150: Always use shortcircuiting boolean operators by @elbrujohalcon in #245
- Fix #232: Don't use '$ ', use '$\s' by @elbrujohalcon in #246
- Fix #225: Add erlang:display/1 to no_debug_call by @elbrujohalcon in #248
- Fix #191: Replace actual line by just the length on line_length message by @elbrujohalcon in #249
- Fix #172: Add many more operators to the default of operator_spaces by @elbrujohalcon in #250
- Fix #227: Adapt master to main everywhere by @elbrujohalcon in #251
- Kill undocumented (hidden?) rules with fire by @paulo-ferraz-oliveira in #254
- Move docs from wiki to code by @paulo-ferraz-oliveira in #253
- Fixes #157: New Rule: No successive maps by @elbrujohalcon in #255
Full Changelog: 1.4.0...2.0.0
1.4.0
What's Changed
- Add new rule: no_throw by @paulo-ferraz-oliveira in #226
- Make no_throw default by @paulo-ferraz-oliveira in #230
- Add new rule no_space by @paulo-ferraz-oliveira in #231
- Add new rule no_block_expressions by @paulo-ferraz-oliveira in #233
- Add new rule no_catch_expressions by @paulo-ferraz-oliveira in #235
- Output stacktrace on error (ease debug) by @paulo-ferraz-oliveira in #236
- Fixes #177 by rewriting macro_module_names rule by @elbrujohalcon in #238
- Fix #228: Add Issue Templates by @elbrujohalcon in #239
- Fix #229: Add rebar3_format by @elbrujohalcon in #240
- Fix #241: Get Elvis ready for OTP25 by @elbrujohalcon in #242
Full Changelog: 1.3.2...1.4.0
1.3.2
What's Changed
- Fix #170 & #186: Non-atom catch element reported as atom by @jackyhui96 in #216
- Catch errors when parsing by @pablocostass in #217
- Fix typos by @kianmeng in #218
- Add new rule no_macros (defaults to disabled) by @paulo-ferraz-oliveira in #219
- Add test that fails when a file has CRLF endings by @lukebakken in #221
- Make state_record_and_type not default by @paulo-ferraz-oliveira in #222
- Add proper line numbers to result items. by @ztion in #223
New Contributors
- @pablocostass made their first contribution in #217
- @kianmeng made their first contribution in #218
- @lukebakken made their first contribution in #221
- @ztion made their first contribution in #223
Full Changelog: 1.3.1...1.3.2