From d90ea1af2e1bcbd34885035531bee2f95ba90abe Mon Sep 17 00:00:00 2001 From: Yanqiao4396 Date: Wed, 15 Mar 2023 17:37:07 -0400 Subject: [PATCH 1/4] Delete malicious link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe2fb0b0..43e84afc 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ example of a GatorGrader check that should be run in the global context). To configure GatorGrader checks to run within a file context, specify the path to the file as a key (or nested keys) before specifying the GatorGrader checks. For each GatorGrader check, define a `description` to print in the -output, the name of the `check`, and any [`options` specific to the GatorGrader check](https://www.gatorgrader.org/ember). +output, the name of the `check`, and any `options` specific to the GatorGrader check. ```yml - src: From b492c284e5e707bfe34498f9cbbaa596c8ab5acf Mon Sep 17 00:00:00 2001 From: Yanqiao4396 Date: Wed, 15 Mar 2023 17:37:34 -0400 Subject: [PATCH 2/4] Add new hint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e84afc..2d685ee8 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ where `` is a list of relative paths to files or folders you want to include in the `gatorgrade.yml` file. These paths must correspond to existing files or folders in the current directory. Any given folders will be expanded to the files they contain. Please note that files and folders that -start with `__` or `.` and empty folders will be automatically ignored. +start with `__` (double underscore) or `.` and empty folders will be automatically ignored. ## Contributing to GatorGrade From 41e5675bc8976632757269768d927d8895902b55 Mon Sep 17 00:00:00 2001 From: Yanqiao4396 Date: Wed, 15 Mar 2023 17:39:54 -0400 Subject: [PATCH 3/4] Factor: Fix markdown lint --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d685ee8..bed7c43a 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,8 @@ where `` is a list of relative paths to files or folders you want to include in the `gatorgrade.yml` file. These paths must correspond to existing files or folders in the current directory. Any given folders will be expanded to the files they contain. Please note that files and folders that -start with `__` (double underscore) or `.` and empty folders will be automatically ignored. +start with `__` (double underscore) or `.` and empty folders will be automatically +ignored. ## Contributing to GatorGrade From 900fad404e298b1d2b05a2b44b6b02be3d3d57cf Mon Sep 17 00:00:00 2001 From: Yanqiao4396 Date: Wed, 15 Mar 2023 17:47:56 -0400 Subject: [PATCH 4/4] Docs: remove meangingless hint --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bed7c43a..43e84afc 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,7 @@ where `` is a list of relative paths to files or folders you want to include in the `gatorgrade.yml` file. These paths must correspond to existing files or folders in the current directory. Any given folders will be expanded to the files they contain. Please note that files and folders that -start with `__` (double underscore) or `.` and empty folders will be automatically -ignored. +start with `__` or `.` and empty folders will be automatically ignored. ## Contributing to GatorGrade