We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d73e0 commit e4c7cdbCopy full SHA for e4c7cdb
.pre-commit-config.yaml
@@ -0,0 +1,5 @@
1
+repos:
2
+ - repo: https://github.com/sourcery-ai/sourcery
3
+ rev: v0.9.4
4
+ hooks:
5
+ - id: sourcery
README.md
@@ -0,0 +1,14 @@
+# Sourcery examples
+
+Try out Sourcery functionality using the examples in this repo
+### Setup
6
7
+1. [Sign up](https://sourcery.ai/signup/) and [install](https://sourcery.ai/dashboard/install) Sourcery in your IDE or code editor
8
+2. Clone this repo and open in your IDE
9
10
+### Trying it out
11
12
+- Refactoring examples are in the `refactorings` directory
13
+- Try out *Sourcery - scan for refactorings* on the `refactorings/scan` folder
14
+- Try out *Sourcery - detect clones* on the `clones` folder
0 commit comments