summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-05-03Lock RuboCop versionsGeremia 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
Remove some old code related to Ruby 1.x
2023-05-03Fix boolean testGeremia Taglialatela
2023-05-03Fix other non-production offensesGeremia Taglialatela
- Style/MethodCallWithoutArgsParentheses - Style/StringLiteralsInInterpolation
2023-05-03Add RuboCop MinitestGeremia Taglialatela
2023-05-03Fix offenses to non-production codeGeremia 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-05-03Merge pull request #214 from tagliala/chore/reintroduce-ruby26-compatibilityNoel Peden
Reintroduce Ruby 2.6 compatibility
2023-05-03Reintroduce Ruby 2.6 compatibilityGeremia Taglialatela
The main reason is to allow JRuby 9.3, which is still supported.
2023-04-27Drop support for Ruby < 2.7Stefan
2023-04-27Merge pull request #211 from tagliala/chore/anticipate-failuresNoel Peden
Test against Ruby head
2023-04-27Test against Ruby headGeremia Taglialatela
2023-04-23Update version.rb [skip ci]Noel Peden
2023-04-23Add test to ensure various OWASP prefixes are never parsed as formulaStefan
2023-04-23CHANGELOGjohnnyshields
2023-04-23Revert formula characters other than =johnnyshields
2023-04-22Merge pull request #203 from caxlsx/fix-typos-in-readme-and-exampleZsolt Kozaroczy
Fix typos regarding "escape formulas" in readme and example
2023-04-14Merge pull request #205 from tagliala/chore/rubocop-badgeNoel Peden
Add RuboCop badge and fix Test badge
2023-04-14Add RuboCop badge and fix Test badgeGeremia Taglialatela
Use the new code generated by GitHub actions [ci skip]
2023-04-13Fix typos regarding "escape formulas" in readme and exampleStefan
2023-04-12Merge pull request #202 from kiskoza/release-candidate-3.4.0Zsolt Kozaroczy
Release candidate 3.4.0
2023-04-12Version bump to 3.4.0Koza
2023-04-12Mock out external image requests to make the CI more stableKoza
2023-04-12Fix missing URI.open for ruby < 2.5Koza
2023-04-12Fix warnings with Ruby 2.xKoza
2023-04-12Merge pull request #186 from tablecheck/escape-formulas-improvementZsolt Kozaroczy
escape_formulas - add settings for global, workbook, worksheet, row and cell levels
2023-04-12Merge branch 'feature/remote_images_support'Koza
2023-04-12Rubocop fixesKoza
2023-04-12Add extrenal image to the examplesKoza
2023-04-12refactored code on Pic classSebastiano
2023-04-12improve testsSebastiano
2023-04-12clean codeSebastiano
2023-04-12update changelogSebastiano
2023-04-12improve validationSebastiano
add test cases
2023-04-12feat: add support for remote imagesSebastiano
2023-04-13Update row.rbJohnny Shields
2023-04-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-12Small fixes: whitespace, typos, ordering, etc. (#188)Johnny Shields
2023-04-12Merge pull request #178 from tagliala/chore/improve-ci-workflowZsolt Kozaroczy
Improve CI workflow
2023-04-12Merge pull request #191 from tagliala/chore/add-rubocopZsolt Kozaroczy
Add RuboCop (and fix simple whitespace, magic comment, trailing comma offenses)
2023-04-12Merge pull request #194 from tagliala/security/193-use-file-readZsolt Kozaroczy
Use File.read instead of IO.read
2023-04-12Merge pull request #196 from tagliala/bugfix/195-fix-tab-color-reassignmentZsolt Kozaroczy
Fix tab color assignment
2023-04-11Regenerate RuboCop config and todoGeremia Taglialatela
- Remove timestamps and offense counts for a smaller todo and prevent conflicts - Keep config limited to `Layout` and `Style` scopes
2023-04-10Fix tab color assignmentGeremia Taglialatela
Fix #195
2023-04-10Fix some Layout/HashAlignment offensesGeremia Taglialatela
Some offenses have been selected and fixed automatically
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
``` rubocop --only Layout/LeadingCommentSpace -a ```
2023-04-09Fix Layout/ExtraSpacing offensesGeremia Taglialatela
Configure with `AllowBeforeTrailingComments: true`