Skip to content

Commit

Permalink
Update src/Agoda.Analyzers/AgodaCustom/CustomRulesResources.resx
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Dickson <[email protected]>
  • Loading branch information
szaboopeeter and joeldickson authored Feb 10, 2021
1 parent cf928e7 commit 5f80f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Agoda.Analyzers/AgodaCustom/CustomRulesResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<value>Prevent use of dynamic</value>
</data>
<data name="AG0018Title" xml:space="preserve">
<value>Invalid return type. Publicly exposed enumerable types must be on our whitelist.</value>
<value>Strong return type, we recommend using interfaces over the concrete implementations. Publicly exposed enumerable types must be on our whitelist. e.g. IList, IEnum, etc. </value>
</data>
<data name="AG0026Title" xml:space="preserve">
<value>Use only CSS Selectors to find elements in Selenium tests</value>
Expand Down Expand Up @@ -248,4 +248,4 @@ One exception is logging, where it can be useful to see the exact DC / cluster /
<data name="AG0038Title" xml:space="preserve">
<value>Do not use #region directives</value>
</data>
</root>
</root>

0 comments on commit 5f80f52

Please sign in to comment.