1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

Update CONTRIBUTING.md

This commit is contained in:
Allan Bowe
2021-09-13 11:50:01 +03:00
committed by GitHub
parent 1b15938477
commit 49b124e5b8

View File

@@ -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.