Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ->slug function #14

Merged
merged 4 commits into from
Nov 15, 2022
Merged

Add ->slug function #14

merged 4 commits into from
Nov 15, 2022

Conversation

nnichols
Copy link
Member

Changes proposed in this merge request:

  • Additions: ->slug function
  • Updates:
  • Deletions:

Pre-merge Checklist

  • Write + run tests
  • Update CHANGELOG and increment version

@nnichols nnichols requested a review from a team as a code owner November 15, 2022 03:36
@WallBrewBot WallBrewBot added dotfiles Configuration files for developer tools and CI/CD restricted Files not intended for public revision test-dependencies labels Nov 15, 2022
@@ -1,7 +1,9 @@
(ns com.wallbrew.spoon.string
"Functions for working with strings."
{:added "1.0"}
(:require [clojure.string :as str]))
(:require [clojure.string :as str]
[clojure.spec.alpha :ss s])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clj-kondo] reported by reviewdog 🐶
Unsorted namespace: clojure.spec.alpha

@@ -1,7 +1,9 @@
(ns com.wallbrew.spoon.string
"Functions for working with strings."
{:added "1.0"}
(:require [clojure.string :as str]))
(:require [clojure.string :as str]
[clojure.spec.alpha :ss s])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clj-kondo] reported by reviewdog 🐶
Unknown require option: :ss

@nnichols nnichols merged commit 08b65d8 into master Nov 15, 2022
@nnichols nnichols deleted the add-slug branch November 15, 2022 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotfiles Configuration files for developer tools and CI/CD restricted Files not intended for public revision
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants