Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into phlex-csv
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Drapper <[email protected]>
joeldrapper authored Feb 18, 2024
2 parents 4a4a5da + 5db2737 commit 5ac1954
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -16,3 +16,9 @@ Style/RedundantDoubleSplatHashBraces:

Style/OptionalArguments:
Enabled: false

Naming/AsciiIdentifiers:
Enabled: false

Naming/MethodName:
Enabled: false
4 changes: 4 additions & 0 deletions lib/phlex.rb
Original file line number Diff line number Diff line change
@@ -49,3 +49,7 @@ def name
end
end
end

def 💪
Phlex
end

0 comments on commit 5ac1954

Please sign in to comment.