From 49b124e5b80851e6de63db9cc9827230c5ac35c7 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:50:01 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b4208a..a340f2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,8 +6,10 @@ Please fill in the pull request template and make sure that your code changes ar ## Architecture This project implements a number of rules for SAS projects and code. There are three types of rules: -_ File rules - rules applied at the file level -_ Line rules - rules applied to each line of a file \* Path rules - rules applied to paths and file names + +* File rules - rules applied at the file level +* Line rules - rules applied to each line of a file +* Path rules - rules applied to paths and file names When implementing a new rule, place it in the appropriate folder for its type. Please also make sure to export it from the `index.ts` file in that folder.