puppetlabs / ruby-pwsh

A ruby gem for interacting with PowerShell
MIT License
15 stars 21 forks source link

rubocop >=3.0? Remove unnecessary rubocop exclusion #257

Open gavindidrichsen opened 10 months ago

gavindidrichsen commented 10 months ago

Context.

PR https://github.com/puppetlabs/ruby-pwsh/pull/256/files excluded a deprecated rubocop Rspec/FilePath cop because this will be deprecated in the next major release of rubocop. See here for more information.

This issue is a placeholder to remove the exclusion in due course