diff --git a/.editorconfig b/.editorconfig index fd83ec68..650e371f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,3 @@ indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true - - -[*.gradle] -indent_size = 4 diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index d42ff183..00000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.pbxproj -text diff --git a/.releaserc.js b/.releaserc.js index e2ab1450..bc7a37a6 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -1,9 +1,3 @@ -/** - * @Author: Rostislav Simonik - * @Date: 2022-08-21T13:08:66+02:00 - * @Copyright: Technology Studio -**/ - module.exports = { extends: [ '@txo/semantic-release', diff --git a/__tests__/Config/LogConfig.ts b/__tests__/Config/LogConfig.ts index 7091e514..195e39fc 100644 --- a/__tests__/Config/LogConfig.ts +++ b/__tests__/Config/LogConfig.ts @@ -1,9 +1,3 @@ -/** - * @Author: Rostislav Simonik - * @Date: 2020-03-26T06:03:02+01:00 - * @Copyright: Technology Studio -**/ - import { configManager, Level, diff --git a/__tests__/Setup.ts b/__tests__/Setup.ts index e01160fa..c63d1af0 100644 --- a/__tests__/Setup.ts +++ b/__tests__/Setup.ts @@ -1,9 +1,3 @@ -/** - * @Author: Ondrej Mikulas - * @Date: 2020-07-31T12:07:89+02:00 - * @Copyright: Technology Studio -**/ - import 'Config/LogConfig' // Mock your external modules here if needed diff --git a/__tests__/Tests/Smoke.test.ts b/__tests__/Tests/Smoke.test.ts index f9cdf31d..da0d2539 100644 --- a/__tests__/Tests/Smoke.test.ts +++ b/__tests__/Tests/Smoke.test.ts @@ -1,9 +1,3 @@ -/** - * @Author: Rostislav Simonik - * @Date: 2018-01-09T00:56:40+01:00 - * @Copyright: Technology Studio -**/ - test('shoud pass', () => { expect(true).toBe(true) }) diff --git a/commitlint.config.js b/commitlint.config.js index 4d41ba76..a7e5794c 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,9 +1,3 @@ -/** - * @Author: Rostislav Simonik - * @Date: 2022-08-21T12:08:59+02:00 - * @Copyright: Technology Studio -**/ - const commitlintConfig = { extends: [ '@txo/commitlint', diff --git a/jest.config.js b/jest.config.js index 14195b57..6001f140 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,9 +1,3 @@ -/** - * @Author: Rostislav Simonik - * @Date: 2021-05-15T12:05:47+02:00 - * @Copyright: Technology Studio -**/ - const { pathsToModuleNameMapper } = require('ts-jest') const { compilerOptions } = require('./__tests__/tsconfig.json');