summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-06-05Prefer `Kernel#format` to `String#%`Geremia Taglialatela
2023-06-05Fix Style/RedundantInterpolation offensesGeremia Taglialatela
2023-06-05Fix Style/FormatString offensesGeremia Taglialatela
2023-05-31Merge pull request #261 from tagliala/chore/fix-string-concatenation-in-non-p...Zsolt Kozaroczy
2023-05-31Merge pull request #255 from pkmiec/fixSimpleTypeListRegressionZsolt Kozaroczy
2023-05-25Fix StringConcatenation offenses (non-production)Geremia Taglialatela
2023-05-24Merge pull request #256 from tagliala/chore/fix-profiler-deprecationsZsolt Kozaroczy
2023-05-24Merge pull request #252 from tagliala/security/enable-security-copsZsolt Kozaroczy
2023-05-23Add benchmark with merge cellsPaul Kmiec
2023-05-23Fix profiler deprecationsGeremia Taglialatela
2023-05-23Enable Security copsGeremia Taglialatela
2023-05-22Use Ruby 1.9 hash syntax (non-production code)Geremia Taglialatela
2023-05-20Fix sheet_by_name for sheets with escaped charactersAdam Kiczula
2023-05-17Merge branch 'master' into cacheColRefZsolt Kozaroczy
2023-05-15Remove ability to set `u=` to true in favor of :singlePaul Kmiec
2023-05-15Corrected rubocop offenses in lib/axlsx.rb / test/tc_axlsx.rbPaul Kmiec
2023-05-15Cache col_ref to avoid allocationsPaul Kmiec
2023-05-10Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the interna...Paul Kmiec
2023-05-10Derive SimpleTypedList from ArrayPaul Kmiec
2023-05-05Improve benchmarking / profilingPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix unescaped dot in regexp and convert to includeGeremia Taglialatela
2023-05-03Introduce RuboCop performanceGeremia Taglialatela
2023-05-03Fix Style/MapToHash offense (unsafe)Geremia Taglialatela
2023-05-03Fix non-production Style/NumericLiterals offensesGeremia Taglialatela
2023-05-03Remove redundant load pathsGeremia Taglialatela
2023-05-03Fix Style/RedundantFileExtensionInRequire offenseGeremia Taglialatela
2023-05-03Fix tests not using valuesGeremia Taglialatela
2023-05-03Fix time testsGeremia Taglialatela
2023-05-03Fix boolean testGeremia Taglialatela
2023-05-03Fix other non-production offensesGeremia Taglialatela
2023-05-03Add RuboCop MinitestGeremia Taglialatela
2023-05-03Fix offenses to non-production codeGeremia Taglialatela
2023-04-23Add test to ensure various OWASP prefixes are never parsed as formulaStefan
2023-04-12Mock out external image requests to make the CI more stableKoza
2023-04-12Merge pull request #186 from tablecheck/escape-formulas-improvementZsolt Kozaroczy
2023-04-12Rubocop fixesKoza
2023-04-12improve testsSebastiano
2023-04-12improve validationSebastiano
2023-04-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-10Fix some Layout/HashAlignment offensesGeremia Taglialatela
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-09Fix Layout/ExtraSpacing offensesGeremia Taglialatela
2023-04-09Fix offenses related to indentation consistencyGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix offenses related to trailing commasGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-08Fix Layout/SpaceBeforeFirstArg offensesGeremia Taglialatela