| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-15 | Fix redundant self offenses | Geremia Taglialatela | |
| No performance gain, this can be seen as a cosmetic change to have shorter lines | |||
| 2023-05-31 | Fix Style/MutableConstant offenses | Geremia Taglialatela | |
| 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-10 | Fix Layout/LeadingCommentSpace offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/LeadingCommentSpace -a ``` | |||
| 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 | |
| 2023-04-06 | Fix Style/Encoding offenses | Geremia Taglialatela | |
| ``` rubocop --only Style/Encoding -a ``` | |||
| 2012-10-14 | refactor options parsing for dxf | Randy Morgan | |
| 2012-04-23 | first stage refactoring for Style#add_style [inprogress] | Randy Morgan | |
| 2012-04-20 | [#33] Add support for Dxf elements to enable conditional formatting | Stephen Pike | |
| New Dxf class implements 18.8.14. Conditional formatting now "works". Add :type option to add_styles, defaults to :xf when add_styles is called with :dxf type, new styles are not added to the global @styles set. Dxf child elements only exist inside the `<dxf>` chunk. Added tests and an example. | |||
