From 48323a82b8989548010c222168a42ee4a28950f3 Mon Sep 17 00:00:00 2001 From: Muhammad Fiaz Date: Wed, 30 Aug 2023 20:57:52 +0530 Subject: [PATCH] fix issue on #111 --- README.md | 8 ++++---- qodana.yaml | 29 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 qodana.yaml diff --git a/README.md b/README.md index 327c86950..cd3038799 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project is built with Next.js and React, showcasing [Muhammad Fiaz](https:/ **This Project Also Supports [Vercel](https://vercel.com/dashboard) and comes with [(Vercel Analytics pre-enabled in it)](https://vercel.com/analytics) you can Host it there if you like it** 🧑‍💻 Check out the dev branch for new development changes and the Latest Patch updates:- [https://github.com/muhammad-fiaz/portfolio/tree/dev](https://github.com/muhammad-fiaz/portfolio/tree/dev) - + ✅ Also Check out the latest release version for production use:- [https://github.com/muhammad-fiaz/portfolio](https://github.com/muhammad-fiaz/portfolio) @@ -48,7 +48,7 @@ You will also see any lint errors in the console. Builds the app for production to the `.next` folder using default Next.js build config.\ It correctly bundles Next.js and optimizes the build for the best performance. -or +or ### `npm run build-webpack` @@ -104,8 +104,8 @@ Contributions are welcome! If you find any bugs or have suggestions for improvem The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. - - + + Stay tuned for updates and new features! Happy Coding! 😊 diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 000000000..29f8f8c1f --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,29 @@ +#-------------------------------------------------------------------------------# +# Qodana analysis is configured by qodana.yaml file # +# https://www.jetbrains.com/help/qodana/qodana-yaml.html # +#-------------------------------------------------------------------------------# +version: "1.0" + +#Specify inspection profile for code analysis +profile: + name: qodana.starter + +#Enable inspections +#include: +# - name: + +#Disable inspections +#exclude: +# - name: +# paths: +# - + +#Execute shell command before Qodana execution (Applied in CI/CD pipeline) +#bootstrap: sh ./prepare-qodana.sh + +#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline) +#plugins: +# - id: #(plugin id can be found at https://plugins.jetbrains.com) + +#Specify Qodana linter for analysis (Applied in CI/CD pipeline) +linter: jetbrains/qodana-js:latest