Skip to content

Commit

Permalink
Rename rulesmarketplace.js to marketplace.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 17, 2022
1 parent 8d2e964 commit 9aca0d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
@@ -1,5 +1,5 @@
import React from "react";
import { tagTypes } from "../../../../data/rulesmarketplace";
import { tagTypes } from "@site/src/data/marketplace";
import styles from "./styles.module.css";

function MarketplaceCardTag(input) {
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/marketplace/index.jsx
@@ -1,15 +1,15 @@
import React from "react";
import clsx from "clsx";
import Layout from "@theme/Layout";
import { extensions } from "@site/src/data/rulesmarketplace";
import { extensions } from "@site/src/data/marketplace";
import MarketplaceCard from "./_components/MarketplaceCard";
import styles from "./styles.module.css";

const TITLE = "Detekt 3rd-party Marketplace";
const DESCRIPTION =
"List of Detekt Rules that have been built by the community 🎉";
const SUBMIT_URL =
"https://github.com/detekt/detekt/blob/main/website/src/data/rulesmarketplace.js";
"https://github.com/detekt/detekt/blob/main/website/src/data/marketplace.js";
const SEARCH_RULES_URL = "https://github.com/topics/detekt-rules";

function MarketplaceHeader() {
Expand Down

0 comments on commit 9aca0d5

Please sign in to comment.