We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14152a5 commit dea7ffaCopy full SHA for dea7ffa
1 file changed
src/cli/lint.ts
@@ -134,7 +134,7 @@ export const lintCommand = new Command()
134
sindri.logger.warn(
135
`Circuit type is not configured in "${sindriJsonPath}" so some linting steps will be ` +
136
"skipped and the manifest linting output will be very noisy. Please correct " +
137
- '"circuiType" in "sindri.json" and rerun "sindri lint" to get better linting.',
+ '"circuitType" in "sindri.json" and rerun "sindri lint" to get better linting.',
138
);
139
warningCount += 1;
140
}
0 commit comments