summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/rich_text_run.rb
AgeCommit message (Expand)Author
2023-06-15Fix redundant self offensesGeremia Taglialatela
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-06-06Invert nil checks to improve performanceGeremia Taglialatela
2023-05-31Remove redundant parenthesesGeremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-26Fix Style/HashEachMethods offenseGeremia Taglialatela
2023-05-19Fix hash transformation related offensesGeremia Taglialatela
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix safe, minor offenses to production codeGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLinesAroundAttributeAccessorGeremia Taglialatela
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2020-02-13Improve cell string_autowidth calculations (#44)Weston Ganger
2018-02-08chore(coverage): 100% coverage, 100% docsrandym
2018-02-08chore(coverage) increase coverage and cleanuprandym
2018-02-07fix(docs): patch docs returns -> returnrandym
2018-01-11chore(clean): remove white spacerandym
2014-03-12Fix autowidth in combination with sanitizingJurriaan Pruis
2014-03-04Fix sanitizing and some cleanupJurriaan Pruis
2014-03-01Implemented RichText (multiple text runs)Jurriaan Pruis