Skip to content

Commit

Permalink
feat: better license expression issue titles
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Sep 26, 2023
1 parent 235f663 commit 3f3aad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/issues/license.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const getLicenseIssues = ({
} else if (defaultCategory === 'Expression') {
issues.push({
severity: 'high',
title: `Package uses a custom license expression ("${string}")`,
title: `Package uses a custom license expression: \`${string}\``,
shortTitle: 'Custom license expression',
recommendation: 'Validate that the license expression complies with your license policy',
dependencies,
Expand Down

0 comments on commit 3f3aad9

Please sign in to comment.