Skip to content

Commit

Permalink
[#746] Use inclusive language in codan (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-z8 authored May 22, 2024
1 parent eeb4f03 commit cbcad29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codan/org.eclipse.cdt.codan.checkers/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers;singleton:=true
Bundle-Version: 3.5.500.qualifier
Bundle-Version: 3.5.600.qualifier
Bundle-Activator: org.eclipse.cdt.codan.checkers.CodanCheckersActivator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ problem.name.MissReferenceProblem = Missing reference return value in assignment
problem.messagePattern.MissReferenceProblem = Assignment operators should return by reference
problem.description.MissReferenceProblem = This rule will flag assignment operators not returning by reference

checker.name.BlacklistChecker = Function or method in blacklist checker
problem.name.BlacklistProblem = Function or method is blacklisted
problem.messagePattern.BlacklistProblem = Function or method ''{0}'' is blacklisted
problem.description.BlacklistProblem = This rule will flag the use of functions or methods in blacklist
checker.name.BlacklistChecker = Function or method in denylist checker
problem.name.BlacklistProblem = The use of function or method is denied
problem.messagePattern.BlacklistProblem = The use of function or method ''{0}'' is denied
problem.description.BlacklistProblem = This rule will flag the use of functions or methods in denylist

checker.name.VariablesChecker = Variable checker
problem.name.StaticVariableInHeaderProblem = Static variable in header file
Expand Down

0 comments on commit cbcad29

Please sign in to comment.