Skip to content

Commit

Permalink
Chore: rename conf/category-list.json => rule-type-list.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed May 17, 2021
1 parent 0bf640c commit f0ad699
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function generateFormatterExamples(formatterInfo, prereleaseVersion) {
*/
function generateRuleIndexPage() {
const outputFile = "../website/_data/rules.yml",
ruleTypes = "conf/category-list.json",
ruleTypes = "conf/rule-type-list.json",
ruleTypesData = JSON.parse(cat(path.resolve(ruleTypes)));

RULE_FILES
Expand Down
File renamed without changes.

0 comments on commit f0ad699

Please sign in to comment.