| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-10 | Fix safe Style/ColonMethodCall offenses | Geremia Taglialatela | |
| Caxlsx is using both `.` and `::`, 220 occurrences vs 280 to invoke methods on `Axlsx` module. This commit standardizes the approach towards `.`, which will also allow shorter lines. Performance is not affected ``` Comparison: Axlsx.validate: 8515252.3 i/s Axlsx::validate: 8512863.7 i/s - same-ish: difference falls within error ``` | |||
| 2023-05-25 | Remove duplicate check | Geremia Taglialatela | |
| Axlsx::Row is now an Array, so it is possible to remove the extra duplicate branch | |||
| 2023-05-04 | Fix tests / code to work with frozen string literals | Paul Kmiec | |
| 2023-05-04 | Enable Style/FrozenStringLiteralComment and autocorrect | Paul Kmiec | |
| 2023-04-08 | Fix Layout/EmptyLineAfterGuardClause offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLineAfterGuardClause -a ``` | |||
| 2023-04-08 | Fix EmptyLines related offenses | Geremia Taglialatela | |
| 2023-04-07 | Fix Layout/ElseAlignment | Geremia Taglialatela | |
| Manually fixed | |||
| 2016-11-02 | Allow a Row to be passed to merge_cells | Mike Dillon | |
| 2014-02-26 | Huge refactoring | Jurriaan Pruis | |
| Do not create huge strings Let Row inherit from SimpleTypedList Optimized sanitizing Optimized validation And more.. | |||
| 2012-08-02 | hmm…. ditch red carpet and do some docs | Randy Morgan | |
| 2012-07-17 | MOAR cleanup for worksheet. | Randy Morgan | |
