Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Quorning <[email protected]>
  • Loading branch information
ydah and bquorning authored Oct 17, 2024
1 parent 9e2ecd9 commit 2711690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ end

desc 'Confirm documentation is up to date'
task confirm_documentation: :generate_cops_documentation do
stdin, _, process =
stdout, _stderr, status =
Open3.capture3('git diff --exit-code docs/')

unless process.to_i.zero?
Expand Down

0 comments on commit 2711690

Please sign in to comment.