Skip to content

Commit

Permalink
Change TargetChefVersion to 16.18.0
Browse files Browse the repository at this point in the history
Summary:
Activates the following lints which, while enabled in cookstyle.yml, weren't running due to the unmet

- Chef/Modernize/LibarchiveFileResource
- Chef/Deprecations/MacosUserdefaultsGlobalProperty
- Chef/Deprecations/PoiseArchiveUsage
- Chef/Modernize/PowershellScriptExpandArchive
- Chef/Modernize/SevenZipArchiveResource
- Chef/Modernize/WindowsRegistryUAC
- Chef/Modernize/WindowsZipfileUsage
- Chef/Modernize/ZipfileResource

Chef/Deprecations/LogResourceNotifications will need to be ratcheted in.

Differential Revision: D47613067

fbshipit-source-id: c7c7ca4bff79c2862a1dd1e8a4f8859f3ee989f0
  • Loading branch information
dafyddcrosby authored and facebook-github-bot committed Jul 25, 2023
1 parent a8b18b7 commit dd101d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cookstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AllCops:
# new cops and make upgrades easier (ie not dealing with a bunch of noise
# each Cookstyle update)
DisabledByDefault: true
TargetChefVersion: 14.15.6
TargetChefVersion: 16.18.0

Chef/Correctness/BlockGuardWithOnlyString:
Enabled: true
Expand Down Expand Up @@ -137,7 +137,7 @@ Chef/Deprecations/LibrarianChefSpec:
Chef/Deprecations/LocaleDeprecatedLcAllProperty:
Enabled: true
Chef/Deprecations/LogResourceNotifications:
Enabled: true
Enabled: false # TODO(T158851402) ratchet back in
Chef/Deprecations/MacosUserdefaultsGlobalProperty:
Enabled: true
Chef/Deprecations/NamePropertyWithDefaultValue:
Expand Down

0 comments on commit dd101d3

Please sign in to comment.