Skip to content

Commit

Permalink
Adding spell check ignore for 'datasource'.
Browse files Browse the repository at this point in the history
  • Loading branch information
milosh-96 committed Dec 30, 2024
1 parent 1495ff8 commit f739428
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
// The capture group names are required as such.
'<AnalyzerPackage Include="(?<depName>[^"]+)" Version="(?<currentValue>[^"]+)"/>'
],
// #spell-check-ignore-line in the Lombiq.Analyzers
'datasourceTemplate': 'nuget',
'datasourceTemplate': 'nuget', // #spell-check-ignore-line
'versioningTemplate': 'nuget'
},
],
Expand Down

0 comments on commit f739428

Please sign in to comment.