Skip to main content
Module

x/xdg_app_paths/.codacy.yml

Determine (XDG-compatible) paths for storing application files (cache, config, data, etc)
Go to Latest
File
---# note: use "Configuration file" setting in 'REPO/Code patterns/ESLint' and 'REPO/Code patterns/RemarkLint'engines: duplication: exclude_paths: - 'eg/**' - 'tests/**' - '**.spec.js' - '**.spec.ts' - '**.test.js' - '**.test.ts'exclude_paths: - '.changelog/**' - 'CHANGELOG.mkd' - 'dist/**' - 'vendor/**'