File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717---
18- extends : relaxed
18+ extends : default
1919
2020rules :
2121 line-length :
2222 max : 400 # Very forgiving for GitHub Actions and infrastructure files
2323 indentation : disable # Disable indentation checking for existing files
2424 comments : disable # Disable comment formatting checks
25+ braces : disable
2526 brackets : disable # Disable bracket spacing checks
2627 colons :
2728 max-spaces-after : -1 # Allow any number of spaces after colon
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
2424 - db:/var/lib/mysql
2525 environment :
2626 MYSQL_DATABASE : cloud
27- # MYSQL_ROOT_PASSWORD: root
27+ # MYSQL_ROOT_PASSWORD: root
2828 MYSQL_ALLOW_EMPTY_PASSWORD : 1
2929 MYSQL_USER : cloud
3030 MYSQL_PASSWORD : cloud
You can’t perform that action at this time.
0 commit comments