index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
2023-06-13
Fix safe Style/Lambda offenses
Geremia Taglialatela
2023-06-12
Merge pull request #280 from tagliala/chore/remove-extra-to-s
Zsolt Kozaroczy
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-06-10
Remove redundant `to_s` calls
Geremia Taglialatela
2023-06-09
Merge pull request #278 from tagliala/chore/invert-nil-checks
Zsolt Kozaroczy
2023-06-09
Refactor random char generation
Geremia Taglialatela
2023-06-06
Invert nil checks to improve performance
Geremia Taglialatela
2023-06-05
Prefer `Kernel#format` to `String#%`
Geremia Taglialatela
2023-06-05
Fix Style/RedundantInterpolation offenses
Geremia Taglialatela
2023-06-05
Fix Style/FormatString offenses
Geremia Taglialatela
2023-06-05
Merge pull request #276 from tagliala/performance/avoid-unnecessary-method-call
Zsolt Kozaroczy
2023-06-05
Merge pull request #274 from tagliala/chore/fix-negated-if-offenses
Zsolt Kozaroczy
2023-06-03
Avoid unnecessary calls to `parse_options`
Geremia Taglialatela
2023-06-02
Fix negated if offenses
Geremia Taglialatela
2023-05-31
Remove redundant parentheses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-31
Merge pull request #268 from tagliala/chore/fix-symbol-proc-offenses
Zsolt Kozaroczy
2023-05-31
Merge pull request #267 from tagliala/chore/freeze-mutable-constants
Zsolt Kozaroczy
2023-05-31
Merge pull request #266 from tagliala/chore/fix-yoda-condition-offense
Zsolt Kozaroczy
2023-05-31
Merge pull request #265 from tagliala/chore/fix-conditional-assignment-offenses
Zsolt Kozaroczy
2023-05-31
Fix Style/SymbolProc offenses
Geremia Taglialatela
2023-05-31
Fix Style/MutableConstant offenses
Geremia Taglialatela
2023-05-31
Fix Style/YodaCondition offense
Geremia Taglialatela
2023-05-31
Fix Style/ConditionalAssignment offenses
Geremia Taglialatela
2023-05-31
Merge pull request #249 from tagliala/chore/use-each-key
Zsolt Kozaroczy
2023-05-31
Fix string concatenation offenses in production code
Geremia Taglialatela
2023-05-31
Merge pull request #264 from tagliala/chore/improve-cell-reference
Zsolt Kozaroczy
2023-05-31
Merge pull request #262 from tagliala/chore/fix-if-inside-else-offense
Zsolt Kozaroczy
2023-05-31
Merge pull request #260 from tagliala/chore/fix-redundant-file-extension-in-r...
Zsolt Kozaroczy
2023-05-31
Merge pull request #259 from tagliala/chore/enable-naming-cops
Zsolt Kozaroczy
2023-05-31
Merge pull request #255 from pkmiec/fixSimpleTypeListRegression
Zsolt Kozaroczy
2023-05-27
Improve absolute cell reference method
Geremia Taglialatela
2023-05-26
Fix Style/HashEachMethods offense
Geremia Taglialatela
2023-05-25
Enable Naming cops
Geremia Taglialatela
2023-05-25
Remove duplicate check
Geremia Taglialatela
2023-05-25
Merge pull request #234 from tagliala/chore/fix-collection-literal-in-loop
Zsolt Kozaroczy
2023-05-25
Merge pull request #212 from westonganger/master
Zsolt Kozaroczy
2023-05-24
Fix axlsx_styler gem error
Weston Ganger
2023-05-24
Fix Style/IfInsideElse offense
Geremia Taglialatela
2023-05-24
Fix Style/RedundantFileExtensionInRequire offenses
Geremia Taglialatela
2023-05-24
Do not use collection literal in loops
Geremia Taglialatela
2023-05-24
Merge pull request #257 from tagliala/chore/improve-cell-type-from-value
Zsolt Kozaroczy
2023-05-24
Merge pull request #254 from tagliala/chore/performance-redundant-block-call
Zsolt Kozaroczy
2023-05-24
Merge pull request #253 from tagliala/chore/fix-line-end-concatenation-offenses
Zsolt Kozaroczy
2023-05-24
Merge pull request #252 from tagliala/security/enable-security-cops
Zsolt Kozaroczy
2023-05-24
Merge pull request #250 from tagliala/chore/fix-style-non-nil-check-offenses
Zsolt Kozaroczy
2023-05-23
Improve Regexp validator
Geremia Taglialatela
2023-05-23
Improve cell type from value implementation
Geremia Taglialatela
2023-05-22
Use #== and #eql? from BasicObject
Paul Kmiec
[next]