| 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-04 | Enable Style/FrozenStringLiteralComment and autocorrect | Paul Kmiec | |
| 2023-05-03 | Fix non-production Style/NumericLiterals offenses | Geremia Taglialatela | |
| 2023-05-03 | Fix Style/RedundantFileExtensionInRequire offense | Geremia Taglialatela | |
| 2023-05-03 | Fix time tests | Geremia Taglialatela | |
| Remove some old code related to Ruby 1.x | |||
| 2023-05-03 | Add RuboCop Minitest | Geremia Taglialatela | |
| 2023-05-03 | Fix offenses to non-production code | Geremia Taglialatela | |
| - Lint/AmbiguousBlockAssociation - Lint/AmbiguousOperatorPrecedence - Lint/EmptyBlock - Lint/RedundantSplatExpansion - Lint/RedundantStringCoercion - Lint/SymbolConversion - Lint/UnusedBlockArgument - Style/BlockDelimiters - Style/CommentAnnotation - Style/EachForSimpleLoop - Style/EmptyMethod - Style/ExpandPathArguments - Style/FileWrite - Style/GlobalStdStream (UNSAFE) - Style/HashEachMethods (UNSAFE) - Style/NestedParenthesizedCalls - Style/NilComparison - Style/NumericLiteralPrefix (manually fixed) - Style/ParallelAssignment - Style/PreferredHashMethods (UNSAFE) - Style/RedundantInterpolation (UNSAFE) - Style/RedundantParentheses (UNSAFE) - Style/RegexpLiteral - Style/RescueStandardError - Style/SpecialGlobalVars (UNSAFE) - Style/SymbolProc (UNSAFE) - Style/ZeroLengthPredicate (UNSAFE) | |||
| 2023-04-09 | Fix Layout/ExtraSpacing offenses | Geremia Taglialatela | |
| Configure with `AllowBeforeTrailingComments: true` | |||
| 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 offenses related to trailing commas | Geremia Taglialatela | |
| 2023-04-08 | Fix EmptyLines related offenses | Geremia Taglialatela | |
| 2023-04-07 | Fix Layout/ElseAlignment | Geremia Taglialatela | |
| Manually fixed | |||
| 2023-04-06 | Fix Layout/CommentIndentation offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/CommentIndentation -a ``` | |||
| 2023-04-06 | Fix Style/Encoding offenses | Geremia Taglialatela | |
| ``` rubocop --only Style/Encoding -a ``` | |||
| 2013-09-13 | Add support for automatically adjusting serialized times and dates to ↵ | Randy Morgan | |
| account for the zone | |||
| 2012-04-05 | fixing spec for time serialization assuming timezone to be GMT+1 - | Randy Morgan | |
| 2012-04-03 | pre release prep | Randy Morgan | |
| 2012-04-03 | Trying something crazy for jruby1.9 mode | Randy Morgan | |
| 2012-03-23 | move requires out of specs and into helper that prepends lib directory for ↵ | Randy Morgan | |
| requires | |||
| 2012-03-02 | epoc => epoch | Jurriaan Pruis | |
| 2012-02-28 | patching time converter and specs as well as fixing warnings related to ↵ | Randy Morgan | |
| uninitialized row#height and worksheet#page_margins | |||
| 2012-02-24 | Fix DateTimeConverter tests | Joseph HALTER | |
| 2012-02-23 | out of time to play with this. We will need to create some 1.8.7 valid test ↵ | Randy Morgan | |
| later. | |||
| 2012-02-23 | disable timezone testing for 1.8.7 for now | Randy Morgan | |
| 2012-02-23 | ruby version conditional specs to deal with epoc issues | Randy Morgan | |
| http://ruby-doc.org/core-1.8.7/Time.html | |||
| 2012-02-23 | renaming for clarity, a bit of docs and some patches to spec for AWSOME ↵ | Randy Morgan | |
| date/time converter as negative date/time does not parse in some environments under 1.8.7 | |||
