Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress
Lint/NonAtomicFileOperation
offense
This commit suppresss the following `Lint/NonAtomicFileOperation` offense. ```console % bundle exec rubocop (snip) Offenses: tasks/changelog.rb:33:31: W: [Correctable] Lint/NonAtomicFileOperation: Remove unnecessary existence checks Dir.exist?. Dir.mkdir(ENTRIES_PATH) unless Dir.exist?(ENTRIES_PATH) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 115 files inspected, 1 offense detected, 1 offense autocorrectable RuboCop failed! ```
- Loading branch information