-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a165f6
commit f36b293
Showing
25 changed files
with
77 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"extends": "recommended", | ||
"rules": { | ||
"comments.ClassJavadoc": "off", | ||
"formatting.Indentation": { | ||
"spacesPerIndentLevel": 4, | ||
"severity": "info" | ||
}, | ||
"braces.ElseBlockBraces": { | ||
"enabled": false | ||
}, | ||
"braces.ForStatementBraces": { | ||
"enabled": false | ||
}, | ||
"braces.IfStatementBraces": { | ||
"enabled": false | ||
}, | ||
"braces.WhileStatementBraces": { | ||
"enabled": false | ||
}, | ||
"unused.UnusedVariable": { | ||
"ignoreVariableNames": "__" | ||
}, | ||
"size.NestedBlockDepth": { | ||
"maxNestedBlockDepth": 10 | ||
}, | ||
"size.ParameterCount": { | ||
"enabled": false | ||
}, | ||
"naming.VariableName": { | ||
"enabled": false | ||
}, | ||
"ConsecutiveBlankLines": { | ||
"enabled": false | ||
}, | ||
"CatchException": { | ||
"enabled": false | ||
}, | ||
"convention.CompileStatic": { | ||
"enabled": false | ||
}, | ||
"BlockStartsWithBlankLine": { | ||
"enabled": false | ||
}, | ||
"BlockEndsWithBlankLine": { | ||
"enabled": false | ||
}, | ||
"DuplicateStringLiteral": { | ||
"enabled": false | ||
}, | ||
"UnnecessaryReturnKeyword": "error" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file modified
0
backup/backup_btrfs_using_snapshot/backup_btrfs_filesystem_using_snapshot.sh
100644 → 100755
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,6 @@ while [[ $# -gt 0 ]]; do | |
*) # unknown option | ||
POSITIONAL+=("$1") | ||
usage_error | ||
shift | ||
;; | ||
esac | ||
done | ||
|
Empty file.
Empty file.
Empty file.
0
backup/mysql_dump/mysq_dump.sh → backup/mysql_dump/mysql_dump.sh
100644 → 100755
File renamed without changes.
Empty file.
Empty file modified
0
benchmark/filesystems_benchmarks/btrfs_vs_zfs_raid1_vs_raid10_options_performance.sh
100644 → 100755
Empty file.
Empty file modified
0
benchmark/filesystems_benchmarks/single_btrfs_disk_performance.sh
100644 → 100755
Empty file.
Empty file modified
0
benchmark/filesystems_benchmarks/single_btrfs_disks_with_parallel_streams_performance.sh
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
network/ixnetwork_related_scripts/clean_ixnetwork_logs_and_stats.bat
100644 → 100755
Empty file.
Empty file modified
0
network/ixnetwork_related_scripts/ixnetwork_server_at_7999_10999.bat
100644 → 100755
Empty file.
Empty file modified
0
network/ixnetwork_related_scripts/ixnetwork_server_at_7999_10999_default_user.bat
100644 → 100755
Empty file.
Empty file modified
0
network/ixnetwork_related_scripts/ixnetwork_server_rdp_start_jenkins_pipeline.groovy
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.