File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ engines :
2+ eslint :
3+ enabled : true
4+ csslint :
5+ enabled : true
6+ duplication :
7+ enabled : true
8+ config :
9+ languages :
10+ - javascript
11+ - php
12+ fixme :
13+ enabled : true
14+ phpmd :
15+ enabled : true
16+ config :
17+ file_extensions :
18+ - php
19+ - inc
20+ phpcodesniffer :
21+ enabled : true
22+ config :
23+ file_extensions : " php,inc,lib"
24+ standard : " PSR1,PSR2"
25+ ratings :
26+ paths :
27+ - " **.inc"
28+ - " **.js"
29+ - " **.lib"
30+ - " **.php"
31+ exclude_paths : []
Original file line number Diff line number Diff line change 1+ # Auto detect text files and perform LF normalization
2+ * text =auto
3+
4+ # Custom for Visual Studio
5+ * .cs diff =csharp
6+
7+ # Standard to msysgit
8+ * .doc diff =astextplain
9+ * .DOC diff =astextplain
10+ * .docx diff =astextplain
11+ * .DOCX diff =astextplain
12+ * .dot diff =astextplain
13+ * .DOT diff =astextplain
14+ * .pdf diff =astextplain
15+ * .PDF diff =astextplain
16+ * .rtf diff =astextplain
17+ * .RTF diff =astextplain
Original file line number Diff line number Diff line change 1+ # no backup files, editor temp
2+ * ~
3+ \# *
4+ * .bak
5+ .idea /
Original file line number Diff line number Diff line change 1+ # language: php
2+ build :
3+ nodes :
4+ tests : true
5+ analysis :
6+ dependencies :
7+ after :
8+ # The following installs the most recent XOOPS CMS version, you might want
9+ # to install a specific release tag or branch instead.
10+ - git clone --depth=1 https://github.com/XOOPS/XoopsCore25
11+ - git clone --depth=1 https://github.com/mambax7/tag
12+ project_setup :
13+ override : true
14+ tests :
15+ override :
16+ - php-scrutinizer-run --enable-security-analysis
17+ filter :
18+ dependency_paths :
19+ - XoopsCore25/*
20+ - tag/*
21+
You can’t perform that action at this time.
0 commit comments