@shibanet0/datamitsu-config 0.0.1-alpha-7 → 0.0.1-alpha-8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/datamitsu.js +55 -55
  2. package/package.json +2 -2
package/datamitsu.js CHANGED
@@ -863,14 +863,14 @@ var mapOfApps = {
863
863
 
864
864
  // package.json
865
865
  var name = "@shibanet0/datamitsu-config";
866
- var version = "0.0.1-alpha-7";
866
+ var version = "0.0.1-alpha-8";
867
867
  var dependencies = {
868
868
  "@antebudimir/eslint-plugin-vanilla-extract": "1.16.0",
869
869
  "@commitlint/cli": "20.2.0",
870
870
  "@commitlint/config-conventional": "20.2.0",
871
871
  "@commitlint/format": "20.2.0",
872
872
  "@commitlint/types": "20.2.0",
873
- "@datamitsu/datamitsu": "0.0.1-alpha-17",
873
+ "@datamitsu/datamitsu": "0.0.1-alpha-18",
874
874
  "@eslint/config-helpers": "0.5.0",
875
875
  "@eslint/js": "9.39.2",
876
876
  "@prettier/plugin-xml": "3.4.2",
@@ -1711,18 +1711,18 @@ var toolsConfig = {
1711
1711
  },
1712
1712
  projectTypes: ["npm-package"]
1713
1713
  },
1714
- gitleaks: {
1715
- name: "gitleaks",
1716
- operations: {
1717
- lint: {
1718
- args: ["--config", tools.Path.join(facts().cwd, ".gitleaks.toml"), "dir"],
1719
- command: "gitleaks",
1720
- globs: ["**/*"],
1721
- mode: "whole-project",
1722
- rootOnly: true
1723
- }
1724
- }
1725
- },
1714
+ // gitleaks: {
1715
+ // name: "gitleaks",
1716
+ // operations: {
1717
+ // lint: {
1718
+ // args: ["--config", tools.Path.join(facts().cwd, ".gitleaks.toml"), "dir"],
1719
+ // command: "gitleaks",
1720
+ // globs: ["**/*"],
1721
+ // mode: "whole-project",
1722
+ // rootOnly: true,
1723
+ // },
1724
+ // },
1725
+ // },
1726
1726
  "golangci-lint": {
1727
1727
  name: "golangci-lint - Go Linter",
1728
1728
  operations: {
@@ -1744,18 +1744,18 @@ var toolsConfig = {
1744
1744
  },
1745
1745
  projectTypes: ["golang-package"]
1746
1746
  },
1747
- knip: {
1748
- name: "Knip",
1749
- operations: {
1750
- lint: {
1751
- args: ["--config", tools.Path.join(facts().gitRoot, "knip.config.js")],
1752
- command: "knip",
1753
- globs: [],
1754
- mode: "whole-project"
1755
- }
1756
- },
1757
- projectTypes: ["npm-package"]
1758
- },
1747
+ // knip: {
1748
+ // name: "Knip",
1749
+ // operations: {
1750
+ // lint: {
1751
+ // args: ["--config", tools.Path.join(facts().gitRoot, "knip.config.js")],
1752
+ // command: "knip",
1753
+ // globs: [],
1754
+ // mode: "whole-project",
1755
+ // },
1756
+ // },
1757
+ // projectTypes: ["npm-package"],
1758
+ // },
1759
1759
  prettier: {
1760
1760
  name: "Prettier - Code Formatter",
1761
1761
  operations: {
@@ -1786,35 +1786,35 @@ var toolsConfig = {
1786
1786
  // },
1787
1787
  // },
1788
1788
  // },
1789
- shellcheck: {
1790
- name: "ShellCheck - Shell Script Linter",
1791
- operations: {
1792
- lint: {
1793
- args: ["-x", "{file}"],
1794
- command: "shellcheck",
1795
- globs: ["**/*.sh", "**/*.bash"],
1796
- mode: "per-file"
1797
- }
1798
- }
1799
- },
1800
- shfmt: {
1801
- name: "shfmt - Shell Script Formatter",
1802
- operations: {
1803
- fix: {
1804
- args: ["-w", "-i", "2", "-ci", "-sr", "{file}"],
1805
- command: "shfmt",
1806
- globs: ["**/*.sh", "**/*.bash"],
1807
- mode: "per-file",
1808
- priority: 0
1809
- },
1810
- lint: {
1811
- args: ["-d", "-i", "2", "-ci", "-sr", "{file}"],
1812
- command: "shfmt",
1813
- globs: ["**/*.sh", "**/*.bash"],
1814
- mode: "per-file"
1815
- }
1816
- }
1817
- },
1789
+ // shellcheck: {
1790
+ // name: "ShellCheck - Shell Script Linter",
1791
+ // operations: {
1792
+ // lint: {
1793
+ // args: ["-x", "{file}"],
1794
+ // command: "shellcheck",
1795
+ // globs: ["**/*.sh", "**/*.bash"],
1796
+ // mode: "per-file",
1797
+ // },
1798
+ // },
1799
+ // },
1800
+ // shfmt: {
1801
+ // name: "shfmt - Shell Script Formatter",
1802
+ // operations: {
1803
+ // fix: {
1804
+ // args: ["-w", "-i", "2", "-ci", "-sr", "{file}"],
1805
+ // command: "shfmt",
1806
+ // globs: ["**/*.sh", "**/*.bash"],
1807
+ // mode: "per-file",
1808
+ // priority: 0,
1809
+ // },
1810
+ // lint: {
1811
+ // args: ["-d", "-i", "2", "-ci", "-sr", "{file}"],
1812
+ // command: "shfmt",
1813
+ // globs: ["**/*.sh", "**/*.bash"],
1814
+ // mode: "per-file",
1815
+ // },
1816
+ // },
1817
+ // },
1818
1818
  "sort-package-json": {
1819
1819
  name: "sort-package-json",
1820
1820
  operations: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shibanet0/datamitsu-config",
3
- "version": "0.0.1-alpha-7",
3
+ "version": "0.0.1-alpha-8",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -63,7 +63,7 @@
63
63
  "@commitlint/config-conventional": "20.2.0",
64
64
  "@commitlint/format": "20.2.0",
65
65
  "@commitlint/types": "20.2.0",
66
- "@datamitsu/datamitsu": "0.0.1-alpha-17",
66
+ "@datamitsu/datamitsu": "0.0.1-alpha-18",
67
67
  "@eslint/config-helpers": "0.5.0",
68
68
  "@eslint/js": "9.39.2",
69
69
  "@prettier/plugin-xml": "3.4.2",