You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,10 @@ To only run skunk on specific folders, pass a list of directories in the command
123
123
124
124
`skunk app lib`
125
125
126
+
### Generate JSON report in background
127
+
128
+
When the Skunk command is run, it will generate a JSON report file in the `RubyCritic::Config.root` location.
129
+
126
130
### Comparing feature branches
127
131
128
132
When working on new features, run skunk against your feature branch to check if the changes are improving or decreasing the code quality of the project.
0 commit comments