Skip to content

Commit

Permalink
feat: switch repolinter to newrelic-forks/repolinter
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Aug 26, 2020
1 parent fe2f642 commit bb1be3a
Show file tree
Hide file tree
Showing 22 changed files with 34,588 additions and 3,270 deletions.
2 changes: 1 addition & 1 deletion dist/fixes/file-create-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/fixes/file-create-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/fixes/file-create-config.json",
"type": "object",
"properties": {
"file": { "type": "string" },
Expand Down
2 changes: 1 addition & 1 deletion dist/fixes/file-modify-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/fixes/file-modify-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/fixes/file-modify-config.json",
"type": "object",
"properties": {
"nocase": {
Expand Down
30,563 changes: 30,562 additions & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rules/apache-notice-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/apache-notice-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/apache-notice-config.json",
"type": "object",
"properties": {}
}
2 changes: 1 addition & 1 deletion dist/rules/directory-existence-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/directory-existence-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/directory-existence-config.json",
"type": "object",
"properties": {
"nocase": {
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/file-contents-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/file-contents-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-contents-config.json",
"type": "object",
"properties": {
"nocase": {
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/file-existence-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/file-existence-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-existence-config.json",
"type": "object",
"properties": {
"nocase": {
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/file-hash-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/file-hash-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-hash-config.json",
"type": "object",
"properties": {
"globsAny": {
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/file-not-contents-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/file-not-contents-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-not-contents-config.json",
"type": "object",
"properties": {
"nocase": {
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/file-starts-with-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/file-starts-with-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-starts-with-config.json",
"type": "object",
"properties": {
"nocase": { "type": "boolean" },
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/file-type-exclusion-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/file-type-exclusion-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/file-type-exclusion-config.json",
"type": "object",
"properties": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/git-grep-commits-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/git-grep-commits-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/git-grep-commits-config.json",
"type": "object",
"properties": {
"denylist": {
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/git-grep-log-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/git-grep-log-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/git-grep-log-config.json",
"type": "object",
"properties": {
"blacklist": {
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/git-list-tree-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/git-list-tree-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/git-list-tree-config.json",
"type": "object",
"properties": {
"denylist": {
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/git-working-tree-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/git-working-tree-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/git-working-tree-config.json",
"properties": {
"allowSubDir": {
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/json-schema-passes-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/script-passes-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/script-passes-config.json",
"type": "object",
"properties": {
"schema": {
Expand Down
2 changes: 1 addition & 1 deletion dist/rules/license-detectable-by-licensee-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rules/license-detectable-by-licensee-config.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rules/license-detectable-by-licensee-config.json",
"type": "object",
"properties": { "options": { "type": "object" } }
}
2 changes: 1 addition & 1 deletion dist/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rulesets/schema.json",
"$id": "https://raw.githubusercontent.com/todogroup/repolinter/master/rulesets/schema.json",
"type": "object",
"title": "RepoLinter JSON Configuration Schema",
"required": [
Expand Down
Loading

0 comments on commit bb1be3a

Please sign in to comment.