When I used npx create-next-app
to build a sample Next.js application, a code smell popped up during the sonarqube scan. The issue pointed out was that the default export names and file names do not match. However, in this case, the _app.js file is integral to the Next.js framework and cannot be renamed to resolve the code smell. Is there a way to address this problem without changing the name of the special file?