| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-09 | Refactor random char generation | Geremia Taglialatela | |
| Fix the following safe offenses: - Style/OperatorMethodCall - Style/RandomWithOffset And use Array.new to avoid an extra allocation: ``` Comparison (IPS): Array.new(8) { rand(65..89).chr }.join: 492433.7 i/s (0...8).map { 65.+(rand(25)).chr }.join: 432155.8 i/s - 1.14x (± 0.00) slower Comparison (Memory): Array.new(8) { rand(65..89).chr }.join: 440 allocated (0...8).map { 65.+(rand(25)).chr }.join: 560 allocated - 1.27x more ``` | |||
| 2023-05-05 | Merge branch 'master' into frozenStrings | Zsolt Kozaroczy | |
| 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-05-04 | Fix Layout/HeredocIndentation offenses | Geremia Taglialatela | |
| Also use `XML` as delimiter to highlight syntax in supported editors | |||
| 2023-04-09 | Fix offenses related to indentation consistency | Geremia Taglialatela | |
| 2023-04-08 | Fix space-related offenses | Geremia Taglialatela | |
| - Layout/SpaceAfterComma - Layout/SpaceAroundEqualsInParameterDefault - Layout/SpaceAroundOperators - Layout/SpaceBeforeBlockBraces - Layout/SpaceInsideBlockBraces - Layout/SpaceInsideHashLiteralBraces - Layout/SpaceInsideParens | |||
| 2023-04-08 | Fix EmptyLines related offenses | Geremia Taglialatela | |
| 2013-04-20 | Fixed comment visibility | Randy Morgan | |
| 2013-03-16 | First run at 'hidden' comments WIP | Randy Morgan | |
| The xml is genrated correcty, but the comment still shows until it is selected once in the excel ui - so I must be missing something. | |||
| 2012-10-14 | Refactored to use options parser and serialized attributes | Randy Morgan | |
| 2012-05-19 | correct relation management for comments and some spec improvements for ↵ | Randy Morgan | |
| package to provide more breadth in serialization integration testing. | |||
| 2012-05-15 | bring coverage up to 100% and patch a few minor bugs in cell style overrides ↵ | Randy Morgan | |
| and misnamed app attributes. | |||
| 2012-05-13 | updating docs | Randy Morgan | |
| 2012-05-13 | cleaning up comments for pre-release | Randy Morgan | |
| 2012-05-08 | documentation for comments. | Randy Morgan | |
| 2012-05-08 | worksheet comments step 2. Needs docs and specs - but it works in Excel | Randy Morgan | |
