Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true


[*.gradle]
indent_size = 4
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

6 changes: 0 additions & 6 deletions .releaserc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @Author: Rostislav Simonik <[email protected]>
* @Date: 2022-08-21T13:08:66+02:00
* @Copyright: Technology Studio
**/

module.exports = {
extends: [
'@txo/semantic-release',
Expand Down
6 changes: 0 additions & 6 deletions __tests__/Config/LogConfig.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @Author: Rostislav Simonik <[email protected]>
* @Date: 2020-03-26T06:03:02+01:00
* @Copyright: Technology Studio
**/

import {
configManager,
Level,
Expand All @@ -22,7 +16,7 @@
// nodeEnvironmentList: ['development'],
// },
},
payloadProcessor: () => (payload: Record<string, unknown>) => JSON.stringify(payload, null, 2),

Check warning on line 19 in __tests__/Config/LogConfig.ts

View workflow job for this annotation

GitHub Actions / Code quality / /

No magic number: 2
defaultLevelForNodeEnvironmentMap: {
production: Level.ERROR,
development: Level.INFO,
Expand Down
6 changes: 0 additions & 6 deletions __tests__/Setup.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @Author: Ondrej Mikulas <[email protected]>
* @Date: 2020-07-31T12:07:89+02:00
* @Copyright: Technology Studio
**/

import 'Config/LogConfig'

// Mock your external modules here if needed
Expand Down
6 changes: 0 additions & 6 deletions __tests__/Tests/Smoke.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @Author: Rostislav Simonik <[email protected]>
* @Date: 2018-01-09T00:56:40+01:00
* @Copyright: Technology Studio
**/

test('shoud pass', () => {
expect(true).toBe(true)
})
6 changes: 0 additions & 6 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @Author: Rostislav Simonik <[email protected]>
* @Date: 2022-08-21T12:08:59+02:00
* @Copyright: Technology Studio
**/

const commitlintConfig = {
extends: [
'@txo/commitlint',
Expand Down
6 changes: 0 additions & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @Author: Rostislav Simonik <[email protected]>
* @Date: 2021-05-15T12:05:47+02:00
* @Copyright: Technology Studio
**/

const { pathsToModuleNameMapper } = require('ts-jest')
const { compilerOptions } = require('./__tests__/tsconfig.json');

Expand Down
Loading